WPFix: Fix WordPress Page Error 403: Forbidden – Access is denied

I have WordPress Page that always works, however, one day when I access the page permalink, I encounter Error 403: Forbidden: Access is denied.

If I rename the page permalink, the page works, so I thought there is some conflicts of name used within WordPress such as tag, category or slug.

Problem:

Accessing WordPress Page results in Error 403: Forbidden – Access is denied.

WP_Error403_0001

 

Analysis:

There is a folder under web server root folder which has the same name as page permalink.

If such folder exists, Web Server will resolve the folder first before WordPress resolves page permalink.

WP_Error403_0002

Solution:

Delete the folder under Web Server root which has the same name as page permalink.

WP_Error403_0003

 

Leave a Reply

Your email address will not be published. Required fields are marked *