Permalink Settings – Can't Change Them
-
I’ve got numerous blogs running on older P versions and this is my first blog using 3.2 and I’ve come across and issue I can’t resolve.
In ‘Permalink Settings’, I can only use the default settings. If I try to change the settings I get a message saying “You should update your .htaccess now.”. I have made my htaccess file writable and I’ve pasted the code snippet as indicated in the htaccess file:
<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>If I leave the permalinks as default I can view posts but if I change it to an SEO friendly alternative, I get a 404 error if I try viewing the post.
Any suggestions how I can fix this would be hugely appreciated. Thanks in advance.
Keith
The topic ‘Permalink Settings – Can't Change Them’ is closed to new replies.