Setting permalink to /%postname%/ fails on nested Categories
-
I have a list of Parent -> Child categories and listed them on my index page using
wp_list_categories('title_li=&hide_empty=0&depth=0&child_of=19')out of the loop as it should be.
After setting the permalink to /%postname%/, Categories leads to 404. Where is the problem?
The htaccess looks ok.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /jaffnacity/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /jaffnacity/index.php [L] </IfModule>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Setting permalink to /%postname%/ fails on nested Categories’ is closed to new replies.