OAuth / OpenID Connect

Getting ‘403 – Forbidden Error. You are not allowed to access this address. If the error persists, please contact the website webmaster.’ error while accessing WordPress site after clicking on Sign In.

6298 views July 9, 2018 7

In this case, there could be file permissions or restrictive access issue which is causing ‘403 – Forbidden Error’. There are some settings you need to check to fix the file access and permission issue. Please refer the steps given below to verify the settings.
1. Check if apache configuration file has ‘AllOverride All‘, it reflects the setting from .htaccess. If not then change it to ‘AllowOverride All’ and restart the Apache server.

<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All

Require all granted
</Directory>
If it is already set then skip this step.

2. Check if in .htaccess has ‘Allow from all‘, if it is ‘deny from all’ then change it ‘Allow from all’ as follows:

<Directory <your directory path>>
Order allow,deny
  Allow from all

Options +Indexes
</Directory>

3. If it is already set and still it is not working then make sure your file permission is set to ‘755

Was this helpful?


Hello there!

Need Help? We are right here!

support
Contact miniOrange Support
success

Thanks for your inquiry.

If you dont hear from us within 24 hours, please feel free to send a follow up email to info@xecurify.com