Permalinks Not Working in 2.1
-
When I use the default theme (with no editing to it whatsoever) and the default permalinks, the archive, category and other links work perfectly.
However when I try to use any other configuration of permalinks, and update the htaccess, they dont work. But the htaccess looks fine to me.
my install is in a subdirectory and the General Options Blog address has been updated to reflect that too. The htaccess output file I am using is:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /subdirectory/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /subdirectory/index.php [L]
</IfModule>Does anyone have any ideas why the only permalinks that work are the default ones?
- The topic ‘Permalinks Not Working in 2.1’ is closed to new replies.