403 error for custom permalinks
-
Website: https://https://www.angelhair.ca/
I’m getting a 403 error when changing the permalink structure to anything other than the default setting. I’m guessing the problem is server-side as this site worked fine on my testing server.
The exact error message in the browser is:
—-
Access forbidden!
You don’t have permission to access the requested directory. There is either no index document or the directory is read-protected. If you think this is a server error, please contact the webmaster.Error 403:
angelhair.ca
Mon Jun 17 16:13:28 2013
Apache/2.0.54 (Debian GNU/Linux) FrontPage/5.0.2.2635 mod_ssl/2.0.54 OpenSSL/0.9.7e
—–My permissions must not the problem because I’ve changed the entire WordPress directory to 777 without success (including the htaccess file). WordPress is also writing to the .htaccess without any trouble, and I’ve tried various changes to it according to other forum posts on this topic.
Right now the file includes:
Options +FollowSymLinks
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressI’ve confirmed with the host (netnation) that the mod_rewrite module is installed.
The only abnormal part of this install for me is that I’ve had to install phpmyadmin myself to create the database. The other thing is that although WP is installed in the root html directory, there are some existing folders on there that contain .htaccess files which I don’t have permission to tamper with, such as _vti_bin. Could these be overriding my own .htaccess file, I don’t know.
- The topic ‘403 error for custom permalinks’ is closed to new replies.