Permalink problem, postname 404 error
-
Hi there,
I keep gettig 404 errors when I change my permalinks from default.
My site has a .htaccess file, with permission 666 enabled.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I have also changed my config in
/etc/apache2/sites-available/
<Directory /var/www/wordpress.rguc.co.uk/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory>
Still get 404’s, any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Permalink problem, postname 404 error’ is closed to new replies.