htaccess update to display permalinks
-
Hi,
I have a
.htaccess
problem what buggs me out for couple of hours already. I have updated the file as it should be:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /zootaxi.lv/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /zootaxi.lv/index.php [L] </IfModule> # END WordPress
and Im working on localhost.
I’ve tried both paths:
C:\wamp\www\zootaxi.lv
and
C:\wamp\www\zootaxi.lv\wp-content\themes\zootaxi
Advice much appreciated,
Thanks
- The topic ‘htaccess update to display permalinks’ is closed to new replies.