Re: Dreamhost access problem
There are two things that can potentially cause this to happen.
.htaccess issues
Hitting Shared server memory limits
.htaccess issues
If the error happens instantaneously, then most likely the cause is something to do with your site's .htaccess file. Some potential things to look for:
Syntax errors in the .htaccess file
Custom PHP setup that isn't working
To see if this is the cause, try renaming the .htaccess file in your site's home directory to something like ".htaccess.disabled". If the problem is in your .htaccess file, that will immediately solve the problem.
Keep in mind that .htaccess rules apply to all subdirectories – so it's possible for an .htaccess file outside of your site's web directory to affect your site. Make sure you also look higher up in the directory structure for .htaccess files that might affect things and try renaming any you find in order to see if it helps.
|