This site has been on this server for a year; it is only just recently that my client reports these 403 errors. I have not changed anything about how the site works, and certainly I would not have changed anything that makes the CP links not work! So I am at a loss for what could have changed… my guess is that the host did something server side. I have found that I have quirky problems like this with EE on a variety of servers (except EngineHosting), and I’d like to understand better why these things happen.
Yes, I have an .htaccess file, I am using it to do away with index.php in my URLs. Contents below… Is there something that I should have in this file that I don’t have?
#removes index.php using include method. trying to also remove the ? from after the .php part of the url
RewriteEngine on
RewriteCond $1 ^(weblog|member|search|site|includes|about|contact|books|print|identity|installations|P[0-9]{2,8}) [NC]
RewriteRule ^(.*)$ /index.php?/$1 [L]
AddHandler php5-script .php
# 404 handling
ErrorDocument 404 /mysite/index
RE: permissions: Can you give more info? What should I ask them? I set the permissions on the folders that needed to be writable by the system. Is there something specific I need to ask them? I find that when I go to hosts with problems they just have no idea what to say since they are not responsible for my software.