Keep getting this error.

RecklezzWarez

New Member
Whenever a I try to log onto my website, ACP, send a private message, and pretty much everything else, I always get this error:

Forbidden

You don't have permission to access /{filename}.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Its starting to get annoying, I have my files in my FTP all CHMODed to 644.
How can I fix this?
 
RecklezzWarez said:
Yep. All folders are 755 and all Files are 644.

- Have you recently edited your .htaccess file?
If so take out the last edit, to see if thats the problem.

- If your running 2 or more sites on 1 server and use vBSEO make sure all directorys have a .htaccess file with correct info inside.
If the top level folder (yoursite.com/) has it but subs (yoursite.com/subfolder)don't this could be the cause.

- Double check all files/folders in includes/ permissions are set correctly.
 
here is my .htaccess file:

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName {site_name}.com
AuthUserFile server path/_vti_pvt/service.pwd
AuthGroupFile server path/_vti_pvt/service.grp

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.{site_name}\.com$ [NC]
RewriteRule ^(.*) http://www.{site_name}.com/$1 [QSA,L,R=301]
 
Ok.
If u have two or more forum in same account..and u installed vBSEO on Root Forum

Make a new .htaccess file by using the following line only
RewriteEngine off

And upload it to your another forums root folder.

Lets Try and replay..
 
Boss_013 said:
Ok.
If u have two or more forum in same account..and u installed vBSEO on Root Forum

Make a new .htaccess file by using the following line only


And upload it to your another forums root folder.

Lets Try and replay..

Tried it, and no success. :(
 
Back
Top