permalinks not .htaccess writable
-
Hi,
After heaps of trouble with my theme showing an internal error, I finally got my original theme back in working order and now, have this permalinks problem.
It was set to ‘post name’ and I noticed there was, if your .htaccess were writable and then this;
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
I have searched for possible solution but have found nothing to help me. I just don’t understand when this happened, and maybe it was the reason I had the internal server problem going on.
Since installing this new theme, I hadn’t checked my permalinks. At the moment they are set to default as this is the only way I can get everything working.
thanking you in advance. ??
- The topic ‘permalinks not .htaccess writable’ is closed to new replies.