• Hi,

    I’m new on this wordpress support and have tried searching wordpress for this issue but couldn’t find any solution. I’m running http://www.hindimein.com on WordPress and activated permalinks to /%category%/%postname%. Mod_rewrite is enabled but I’m facing an issue. URLs are SEO friendly but if I am opening a subcategory under category directly after sitename.com/subcategory, it is opening while it should be redirected to subcategory page under /category/subcategory or return to 404. My htaccess code is : <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    The example of wrong another URL of subcategory can be seen at http://www.hindimein.com/mantras which is actually a subcategory of http://www.hindimein.com/astrology/ and can be accessed at http://www.hindimein.com/astrology/mantras

    Please let me know how can I fix this issue.

    Thanks

    Vikas

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Categories URLs not working fine’ is closed to new replies.