How To Fix WordPress 403 Forbidden Error

Are you getting a 403 Forbidden error message on your WordPress site? This tutorial shows you how to troubleshoot and fix this issue …

How To Fix General WordPress ErrorsThis tutorial is part of our FREE WordPress Management training and WordPress Troubleshooting tutorial series.

In this series of step-by-step tutorials, we show you how to troubleshoot and fix common WordPress errors.

Important

Important: Always do a backup of your WordPress site (files and database) before modifying any files or performing any upgrades or installations! 

If you don’t want to back up your site manually, then consider getting professional WordPress assistance, or use backup plugins.

How To Fix The WordPress 403 Forbidden Error

Normally, forbidden errors occur from incorrect permission settings on your WordPress installation folders or files …

403 Forbidden error message

(403 Forbidden error message)

Every file and folder in your server has a permission access number. This controls whether the content is readable, writable, or executable …

Permission settings

(Permission settings)

If permissions on certain folders or files are set incorrectly, errors will occur and visitors will not be able to access your content.

Although 403 forbidden errors on a WordPress site can be quite easy to identify and fix if you are a technical user, for a non-techie this can take a little time and some experimenting.

Ideally, you would simply contact your web host and they will probably be able to help you sort this issue out very quickly.

If you want to try and correct the error yourself, the main causes of a 403 forbidden error tend to be one of the following:

Let’s take a look at each of these causes:

Incorrect WordPress Folder Or File Permissions Set

If WordPress directory folder or file permissions are set incorrectly, this can lead to errors, including 403 forbidden errors.

Normally, permissions for folders in your WordPress directory are set to 755 and permissions for files are set to 644 unless you’ve been instructed by a plugin developer or service provider to set different permissions for specific folders or files.

Check the following permissions first:

  • Your wp-config.php file permission is set for 644.
  • Your wp-login.php file permission is set for 644.
  • Your wp-admin folder permission is set for 755.

You can check and set permissions in your WordPress installation directory using an FTP program. For more information on setting file permissions, see this tutorial:

Warning

Setting permissions incorrectly can disable important features on your site, compromise site security, or prevent new content and information from being added to your WordPress directory folders. If you don’t know what you are doing or are not confident making changes in your server, contact your host or use professional WordPress support services.

Corrupted .htaccess File

One of the common causes of 403 Forbidden errors is a corrupted .htaccess file in your WordPress installation directory. If the server error is caused by a corrupted .htaccess file, the issue can be quite simple to fix. All you need to do is create a new .htaccess file.

To learn how to create a new .htaccess file, go here:

WordPress Plugin Or Theme Conflicts

If the internal server error is caused by conflicts between plugins or themes installed on your site, you may be able to solve the issue by deactivating and testing your plugins and themes one-by-one until you find the culprit(s).

To learn more about the process of testing plugins and themes for conflicts, see these tutorials:

In addition to the above information, check out this video on how to fix the WordPress “403 Forbidden” error from the team at MyThemeShop:

(How to fix the WordPress 403  forbidden error. Video: MyThemeShop)

More WordPress Troubleshooting Tutorials

Please see the tutorials in the section below if you experience other issues or errors with WordPress:

How To Fix General WordPress Errors

(Source: Pixabay)

***

"These tutorials have so much information and are easy to understand. If you use WordPress or plan to in the future these will help you with everything you need to know." - Valisa (Mesa, Arizona)

***

Originally published as How To Fix WordPress 403 Forbidden Error.