During
accessing a web page, if you get 403 Forbidden WordPress Error, it
indicates you are not allowed access to the page. To fix this error, you should
know the real reason for the error. Implement all the steps to solve the Forbidden WordPress Error.
What
are the main causes of WordPress forbidden error?
Wrong
file and folder permissions
Wrong
code in .htaccess file
Reconfigure
folder and file permissions
The
incorrect file and folder permission can cause 403 Forbidden WordPress
Error on your WordPress website. Usually, when they are created, they
have a default value in permission. The permission allows users to indicate how
to read, write, and use the file. Access website folder and file by login to
FTP client. Go to the root directory of the server.
Kindly perform a right-click on the file and select the file attribute option. You need to choose the option “Apply to the directory only.” Enter the value 755 in the give box and press ok. Once you complete, then save changes and upload them on the server. Repeat this process and now select “Apply to files only” option and enter 644 in the Value box. Check your website as it will fix the error.
Kindly perform a right-click on the file and select the file attribute option. You need to choose the option “Apply to the directory only.” Enter the value 755 in the give box and press ok. Once you complete, then save changes and upload them on the server. Repeat this process and now select “Apply to files only” option and enter 644 in the Value box. Check your website as it will fix the error.
Flush
out plugins that create conflict
Generally,
third party plugins are responsible for WordPress error 404, 500 Internal Server Error, white
screen of death, and similar errors in WordPress website. Just remove all the
plugins from the website one after one. Always reload your website after each
plugins deletion. By doing this, you can find the responsible plugins that were
resulting in the error. It will possibly eliminate forbidden errors from your
website.
Create
a fresh copy of .htaccess file
Every individual that is aware of some technical knowledge knows the importance of
.htaccess file. Locate .htaccess via connecting FTP and CPanel admin login.
Rename your .htaccess file with another name. After that, refresh your website
and see if the forbidden error has gone. If the error has been disappeared,
then create a fresh copy of the .htaccess file and then upload it to the
server. Make sure that while doing any changes on your site, you have taken a
backup of the website. Sometimes making changes can break your website. So you
need to be careful while making any changes to the website.
No comments:
Post a Comment