PDA

View Full Version : How to remove 403 error?



amitchauhan270
08-30-2017, 01:22 AM
How to remove 403 error?

sanjalisharma89
09-06-2017, 08:43 AM
Don,t know about this detail, so referring you a link :https://www.techwalla.com/articles/how-to-fix-the-http-403-forbidden-error

sparxxrx
10-05-2017, 01:46 AM
How to Fix the 403 Forbidden Error. Check for URL errors and make sure you're specifying an actual web page file name and extension, not just a directory.

24x7servermanag
10-05-2017, 01:58 AM
Have you checked the error logs? There are various reasons for 403 error -

1. There can be issue with your .htaccess file.
2. Check the mod security logs on the server.
3. Make sure the file's and directory permission are correct.
4. Check the PHP configuration and make sure it is compatible with your website.

The live error logs will be helpful to resolve the issue so please go through the logs, it will help you to resolve the issue.

atlantabartours
10-12-2017, 01:04 AM
Thanks For Your Information.

kurozetka
10-13-2017, 03:28 PM
Check the error log, it will help you 100%. In most of the cases the problems comes from wrong permissions or owner/group rights.
To change any permission, use:
*For folders: chmod 755 /direcotry/file.php
For example - chmod 755 /home/user/public_html/wrong_permission_folder
*For files, use 644: chmod 644 /home/user/public_html/wrong_permission_file.php

you can use these commands if you are not in the problematic file/folder location. If you are under the problematic file/folder location, just use: chmod 755 folder ; chmod 644 file.php

Talaa
09-26-2019, 05:45 AM
1. Roll back any new changes
2. Fix a corrupted .htaccess file
3. Fix plugin related issues
4. Fix permission related issues
5. Contact support to fix 403 forbidden error (https://wpvivid.com/fix-403-forbidden-error-wordpress.html)

manoharparakh
09-01-2020, 03:42 AM
403 forbidden error shows to you on the web browser when you are denied access to that page. The most common reason of showing a 403 error when accessing a website is that we are trying to open the folder of a website instead of a page. Most websites are configured to disallow directory browsing so a 403 Forbidden message when trying to display a folder instead of a specific page is normal and expected. To get rid of this, make sure you're specifying an actual web page file name and extension, not just a directory.

yuva12
10-03-2020, 10:14 AM
Error 403 can occur when searching on Google with any Web browser such as Chrome, Internet Explorer or Firefox. The error indicates that the browser can't access the Web page for a variety of reasons. Types of 403 Errors. There are truly 22 types of 403 errors ranging from 403.1 to 403.22.

TerryWhite
10-07-2020, 03:20 AM
Clear your browser's cache. Issues with a cached version of the page you're viewing could be causing 403 Forbidden issues.

jesica
10-12-2020, 07:44 AM
Refresh the Webpage.
Crosscheck the URL.
Clear your Browers Cookies and Cache.
Disable Unknown Chrome Extensions.
Try to open the page in Incognito Mode.
You may find a login panel where you need to enter the login details to access the page.
Contact the Website Owner.