Fixed permalinks
I was having a problem where I would see “Forbidden, perhaps you need to change the file permissions for this document or upload an index page” for every page in the site if I changed the permalink option in the wordpress admin page.
The good folks at A4 suggested putting this in the .htaccess file:
Which fixed it. Thanks A4.
The good folks at A4 suggested putting this in the .htaccess file:
Options -Indexes Options +FollowSymLinks
Which fixed it. Thanks A4.
April 17th, 2007 at 10:44 am Those people at a4 are rather good.