Questions tagged as 'http-status-code-403'

2
answers

Targeting all traffic from root to sub folder results in error "403 forbidden" if it does not have "index.php"

The code below works perfectly to direct all site traffic transparently into the www folder: Options -Indexes +SymLinksIfOwnerMatch RewriteEngine on RewriteBase / # Verificar o destino RewriteCond %{HTTP_HOST} ^(www.)?example.com$ # I...
asked by 18.03.2015 / 12:41
2
answers

Block access to subfolders in the URL (WordPress) from the 403 forbidden

I hope my question is clear: I have already seen images uploaded by Amazon CloudFront that have their "differentiated" URL for images and blocks all subfolders of the path if the user tries to access. I explain. URL displaying the image:...
asked by 24.03.2018 / 18:28
0
answers

How to access a directory from a site that returns a 403 Forbidden error? [closed]

Is there any way to access a directory from a site that returns a Forbiden 403 error? Is there any way to do this for cUrl or wget? I need to access this site it only returns me this error: link     
asked by 26.04.2015 / 19:47
1
answer

Forbidden when accessing my directories - Apache

I'm using Windows 7 x64 and I installed apache 2.4 with PHP 7.1 separately, set everything up and when I put localhost, it works normally. Then inside my htdocs, I created a folder called projects. When I access the address link it returns...
asked by 08.06.2017 / 15:37
0
answers

Request returns 403, only sometimes

Good night, guys. I have a (shared) server with some tables in the database. While my main application was running, I realized that some POST requests were returning 403. To pull information from the database the application sends a post t...
asked by 16.10.2018 / 01:29
1
answer

Generate 403 php error

Hello, I have a page in php where I wanted when the user was not logged in I would generate a 403 error and present a default page in apache. The default 403 error page is working, I just wanted to get this error in php just like I was trying to...
asked by 24.02.2018 / 16:56
0
answers

PHP generates error 403 in part of the code

I have a PHP page for data registration (using a page with several forms), when I register the item "Category" (which records the data in MySQL) works perfect, but when I register a company gives the 403 error. This happens in the same file (...
asked by 18.05.2017 / 21:41