htaccess problem
-
Setting up a WP site on a server with a directory structure that I haven’t encountered before and having problems getting pretty permalinks working.
.htaccess file is in /var/www/htaccess
wordpress files are in /var/www/htmlI have added the standard rules to my htaccess file, i.e.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
But all permalinks give 404 errors.
I’m guessing that the problem is somewhere around the RewriteRule but I cannot work out what it is – no doubt something simple!
Any help greatly appreciated.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘htaccess problem’ is closed to new replies.