403 Forbidden Error on whole blog!
-
Ok guys, I give up! Been working on this and searching for 7 hours!
I was on my blog site yesterday everything was perfect! I didn’t even post anything or nothing at all just viewed my site as always just to make sure it was working properly.
Today I went to my site and I got this:
Forbidden
You don’t have permission to access / on this server.Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.33 Server at AppStuff Port 80So I have searched and searched. I have tried everything!
Permissions are correct: 755 on folders, 644 on files.I even have another blog (different domain) that is also hosted on this same hosting account and within the same file manager. It is working perfect! I even compared a few of the files. Everything is the same!
I then came across the .httaccess files:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Both blog’s .httaccess files are the same!
What I know:
1. It isn’t my hosting provider as I have another blog on this hosting account that is in the same file manager and everything is the same.
2. It isn’t the .httaccess as they are the same compared to the working blog.
3. It isn’t the permissions as the files are 644 and the folders 755Please help, I get the same 403 forbidden error when I go to the wp-admin.php and wp-login.php and any other part of this blog.
- The topic ‘403 Forbidden Error on whole blog!’ is closed to new replies.