[Solved] GoDaddy 403 Forbidden Error, Access is Denied 2023

Seeing 403 forbidden error?error-403-forbidden-message-on-a-website

It means your server is working, but you don’t have permission to access the web page due to wrong permission or a corrupted .htaccess file.

These are the most common reasons. But in some cases, some other reasons can be involved.

Like plugin conflicts, hotlink protection, IP blocking etc.

Now let’s jump into solutions.

How To Fix 403 Error GoDaddy

1.Check the Case of Your Index File

Linux is a case-sensitive language.

If your index file (index.html, home.html, index.php, etc.) is not in appropriate case, convert into lowercase.

Here we can help you to recognize the Index file as it varies.

For Plesk on Linux hosting, it can be like one of these-

Index.html
Index.htm
Index.cfm
Index.shtml
Index.shtm
Index.stm
Index.php
Index.php3
Index.asp
Index.aspx
Default.htm
Default.asp
Default.aspx

On cPanel, You can see like that-

index.html.var
index.htm
index.html
index.shtml
index.xhtml
index.wml
index.perl
index.pl
index.plx
index.ppl
index.cgi
index.js
index.jp
index.php4
index.php3
index.php
index.phtml
default.htm
default.html
home.htm
index.php5
Default.html
Default.htm
home.html

index_phpIn WordPress, index.php is the index file that commands Wordpress to use the theme and load the WordPress environment and template. You can find it at web root.

2.Complete DNS Propagation

If you have purchased a new domain or GoDaddy web hosting plan, update DNS records like A records, CNAME records properly etc. and wait for a few hours.Godaddy DNS

Generally, DNS propagation takes 10-12 hours to be completed, but sometimes It can last 24 hours.

Hotlink protection is a fantastic feature on the internet to protect your resources like videos or images from linking to other websites.hotlink protection

It saves your costly bandwidth, refrains from unintended server load and returns 403 errors.

Check carefully if some image or video is loading from someone’s server and getting 403 errors. It means these are hotlink protected.

So it’s better to host these on your server rather than linking. First of all, get the permission of the content owner. Then download and upload these to your server.

However, the issue does impact the whole site instead of some part of some posts.

4.Unblock Your IP Address

There are many security plugins available to protect your WordPress site and it is good to have it for protection from brute force, bot traffic and XSS attack.

It blocks spammers or bots’ IP addresses to save our web property.

But sometimes, it can block real human IP addresses owing to buggy malware signatures and throws 403 errors.

So you will need to add your IP address to their whitelist. They will take care of you next time.

If a popular Jetpack plugin has blocked you, the following instructions can help you.

(1)Login to WordPress.com

(2)Visit My Sites > Setting> Security > Whitelist

(3)Now enter your IP and save it.

(4)Don’t know your IP address? Google ‘what is my address’.

Another way to resolve it is by adding the code line to the config.php file.

define('JETPACK_IP_ADDRESS_OK', 'YOUR IP ADDRESS');

In the market, the Wordfence Security plugin is one of the big players and, most of the time, deploys 403 denied access for an actual human if we enable complete protection, as I have suffered on many client sites.

(1)Login to cPanel

(2)Access File Manager

(3)Go to the plugin folder and rename the Wordfence plugin name. It will deactivate it.

(4)Now, you can access your website.

(5)Install Wordfence Assistant and remove Wordfence blocking IP list from your server.

(6)Now, you can activate Wordfence Security Plugin

(7)Navigate to Firewall>All Firewall Options

(8)Add your IP address to the plugin’s Allowlist.allowlist wordfence

5.Check Your CDN

Getting 403 errors on your CSS, images, JS or PHP, or anything served through CDN.
There is a high probability your CDN is maybe a culprit.

In this case, you should switch off the CDN to see how your website works.

Working fine?

Check your CDN plugin, update it and at last, you should query your CDN support team to resolve it.

6.Properly Set Permissions

There are many vital files like wp-config.php, .htaccess, plugins folder, etc., in WordPress that should not be accessible to the public.

On the other side, images, CSS & JS files of theme and plugins, etc., should be open to the public.

Then a website can run properly on the user’s browser.

In that case, Permissions, a fantastic WordPress feature, play a significant role in setting up accessible or non-accessible permission for any particular file and folder.

The feature also gives write and execute permission, denoted by a three-digit number.

However, WordPress setup standard permission on installation. It is like that-

File – 644 or 640
Folder – 755 or 750
wp-config.php – 440 or 400

If the permission is messed up, it can cause 403 errors. To fix it, follow the instructions-

(1)Access file manager

(2)Select any file and right-click

(3)Choose file permissionchoose permission

(4)Set 644 or 640change permission

Repeat the steps with the folders and wp-config.php.

7.Create a Fresh .htaccess File

.htaccess file is a basic configuration file used by Apache and Litespeed servers. The file stores browser caching rules for assets like images, CSS, js, etc and redirects which are essentials for web and SEO performance.

But it is severely critical as a simple error can pose a forbidden error. To resolve it, we need to invoke a new .htaccess file.

(1)Go to public_html

(2)download the .htaccess file and delete ithtaccess file

(3)Now WP-admin will be accessible, go to setting>permalinks

(4)Click on Save change.

It will create a new .htaccess file.

8.Find out Rogue Plugins

A problem plugin can reiterate the error. You can find out one easily by following the deactivate and test process.

A plugin becomes rogue due to poor coding, buggy updates and conflict with other plugins.

9.Check Theme Compatibility

Like plugins, themes can be problematic due the same reasons, and you can troubleshoot them.

FAQ

What could cause the 403 error Godaddy?

The most common reasons are wrong permission and corrupted .htaccess files. Others may be plugin conflicts, theme compatibility, CDN or hotlink protection.

How do I fix the 403 error?

Fix permission for WordPress files and directories, create a fresh .htaccess file, find out rogue plugins and avoid hotlink-protected content.

Have your issues gone? Please share and do let me in the comment box.

More Fixes:-

Like the post? Don't miss out next time

Leave a Comment

//