Need help on wordpress archives

1 replies
When i click on my archives link in my blog, it redirect me to the main page instead of the archives post. Can anyone help me solve this problem? Thanks a lot~

My blog URL: www.mysuccess-ebusiness.com/blog

Thanks in advance!

James Tan
#archives #wordpress
  • Profile picture of the author ocsSEO01
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[2363934].message }}
    • Profile picture of the author JamesTWL
      Originally Posted by ocsSEO01 View Post

      I think there is a problem in your .htacces, try to look at your configuration on thing.
      Hi this is the .htaccess file code which i open with wordpad below:

      # BEGIN WordPress
      <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteBase /blog/
      RewriteRule ^index\.php$ - [L]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule . /blog/index.php [L]
      </IfModule>
      # END WordPress

      Is there any wrong with my .htaccess file?


      James Tan
      Signature

      {{ DiscussionBoard.errors[2364019].message }}

Trending Topics