mod_rewrite/htaccess not working on local virtual host
-
Hi people,
I have a server with a bunch of domains set up on it. I can’t get permalinks to work for my WordPress installation which is in the root directory for one of the domains, /var/www/live
I put this in the .htaccess file:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
…but I am getting a Page Not Found when I visit the permalinks. I checked to see if mod_rewrite was enabled in httpd.conf, and it is. Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘mod_rewrite/htaccess not working on local virtual host’ is closed to new replies.