Most voted "http-status-code-403" questions
10 questions
Sort by count of
-
11
votes2
answers484
viewsHow to show custom page for inaccessible folders in Windows?
I used ErrorDocument to configure custom error pages, but when trying to access a folder that is only accessible with high privileges, instead of showing the custom page is displaying the default…
apache windows htaccess http-status-code-403asked 8 years, 11 months ago Guilherme Nascimento 98,651 -
6
votes2
answers494
viewsDirecting all root traffic to sub folder results in "403 Forbidden" error if you do not have "index.php"
The code below works perfectly to direct all website traffic transparently into the folder www: Options -Indexes +SymLinksIfOwnerMatch RewriteEngine on RewriteBase / # Verificar o destino…
-
1
votes0
answers668
viewsHow to access a directory of a website that returns a Forbidden 403 error?
Is there any way to access a directory of a site that returns a 403 Forbiden error? Is there any way to do this by Curl or wget? I need to access this site it only returns me this error:…
-
1
votes2
answers812
viewsBlock access to subfolders in the URL (Wordpress) from the 403 Forbidden
I hope my doubt is clear: I’ve seen images uploaded by Amazon Cloudfront that has its URL "differentiated" for images and blocks all subfolders of the path if the user tries to access. Explain. URL…
-
1
votes0
answers168
viewsProblems when converting a. PFX certificate to . PEM
Working with certificates and occasionally need to perform the conversion of a private certificate in the extension .PFX to the extent .PEM, but I can only consume it in a web service if it is…
-
1
votes0
answers34
viewsError 403 - Google API - Classroom
I have a python script that creates and links students from a certain list of Class room classes in Google via API. The problem I’m having is the following, the student and inserted in more than one…
python django google-api google-api-client http-status-code-403asked 3 years, 9 months ago Romulo Ferreira Mesquita 7 -
0
votes0
answers55
viewsPHP generates error 403 in part of the code
I have a PHP page for data registration (using a page with multiple forms), when I register the item "Category" (which registers the data in Mysql) works perfect, but when I register a company gives…
-
0
votes1
answer439
viewsGenerate error 403 php
Hello, I have a php page where I wanted when the user was not logged in to generate a 403 error and present a default page in apache. The default 403 error page is working, I just wanted it to error…
-
0
votes1
answer2219
viewsForbidden when accessing my directories - Apache
I am using Windows 7 x64 and installed apache 2.4 with PHP 7.1 separately, configured everything and when I place localhost, it works normally. So inside my htdocs, I created a folder called…
-
-1
votes0
answers15
viewserror 403 Forbidden free market
I am trying to register a product on the platform following the ML API documentation, using the Python requests library, I did all the procedure that is in the documentation, but the server responds…