why getting internal server error for permalink setting
-
I have uploaded .htaccess with:
IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>the modual re-write has also installed in appach.
I have inserted /%postname%/ for my custom permalink ,
but I am getting internal server error and also not found error.
what I am doing wrong here?
Regards
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘why getting internal server error for permalink setting’ is closed to new replies.