Questions tagged [http-status-code-403]

403 Forbidden: The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.

236 questions
0
votes
1 answer

403 error trying to access file on Apache server

I have an Ubuntu 14.04 server at http://images.example.com with this in /etc/apache2/sites-enabled/richblockspoorblocks.com.conf: ServerAdmin admin@example.com ServerName example.com ServerAlias…
Username
  • 173
  • 1
  • 5
  • 13
0
votes
1 answer

nginx error_page configuration

I am new to nginx server, i am trying to validate all request through auth_request module it is working as expected, but in error page configuration it is not working, I have 2 error page configuration 1 for 401 and 1 for 403 error_page 401 =…
0
votes
1 answer

403 Status on a http request but the page is rendered

I have a really weird and mind boggling problem that I've been trying to figure it out since a few days now. One of my client told me that the home (index) page of her site is not being referenced by google and other search engine So, I went to test…
Chris
  • 3
  • 3
0
votes
1 answer

Laravel "public"-folder error 403 (forbidden) - using Uniform Server (Apache)

I'm trying to create my first MVC project with the help of the framework Laravel, using the server platform Uniform Server. (Uniform Server uses Apache.) The problem is, I cannot seem to get my routes to work. I suspect this is because upon trying…
Jojo
  • 1
  • 1
  • 2
  • 3
0
votes
1 answer

Exchange Autodiscover not working 403, but can open Externally

Recently I've set up Exchange Server 2016, configured external DNS accrodingly. Server itself works fine, can send and receive emails. OWA is working fine aswell (externally and internally). Issue is that Autodiscover is not working properly. I can…
0
votes
3 answers

Why is it necessary to chmod o+r parent directory to fix 403 access forbidden error with Nginx and Passenger?

This may be an Nginx wrinkle, or it may be because I don't understand Unix permissions. We're using Hudson CI to deploy our staging instance. So RAILS_ROOT is /var/lib/hudson/jobs/JOBNAME/workspace. Hudson runs as hudson user Nginx runs as www-data…
0
votes
1 answer

Set deny rule for images, now my function can't access it

I've set a rule for my images in media folder. Here it is: Order Deny,Allow Deny from all This will prevent the visitors to directly gain access to the images. Now, whenever i call a php…
user400579
0
votes
1 answer

403 on new apache2 installation

I had lampp installed previously. I uninstalled it using sudo ./uninstall But even after i uninstalled it, it was showing me the contents of /opt/lampp/htdocs. I used sudo rm to remove the directory too. Then I installed apcache using sudo apt-get…
0
votes
0 answers

Can a HTTP error be cached?

We are using a Twisted HTTP server https://twistedmatrix.com/documents/15.0.0/web/howto/using-twistedweb.html and we are experiencing a strange behavior. This HTTP server serves a static file and in some cases it may returns a 403 to one person…
lapinkoira
  • 191
  • 2
  • 8
0
votes
1 answer

How to show a 404 instead of a 403 on apache host

My site was hacked about 2 months ago so I closed the site down but there are over 1,000 spam links out there still directing to the domain. As there are no files on the domain visitors, including Google, receive a 403 error, so assume the page…
Doug
  • 1
  • 1
0
votes
0 answers

error AH01630 only from specific ip

some days ago an user report a specifical issue to access to our wordpress site stored in an apache2.4 running on Ubuntu 12.04 LTS. If he try to access from the office, obtain a 403 error and the logs show "AH01630: client denied by server" but if…
0
votes
2 answers

403 forbidden on Apache after trying to install nginx reverse proxy

My setup: Digital Ocean droplet running Debian 8 2 websites with each their domain running on Apache2 Tried installing nginx and configure it as a reverse proxy following these…
Cowfod
  • 1
  • 1
  • 2
0
votes
1 answer

Is it ever beneficial to log in to a server / page returning 403: Forbidden?

IE 11 and Microsoft Edge both recommend logging in after receiving an HTTP 403: Forbidden. The package hc says this about error 403: Code explanation: Request forbidden -- authorization will not help Wikipedia also says: Status codes 401…
cat
  • 123
  • 7
0
votes
1 answer

phpmyadmin 403 Forbidden on Nginx server

I've installed phpmyadmin from remi repo on my Nginx server on Centos 6.x and then I linked "/usr/share/phpMyAdmin" to "/var/www/phpmyadmin". Main website is located on "/var/www/example_domain". now I see 403 forbidden when I open…
eArmin
  • 139
  • 2
  • 6
0
votes
1 answer

Running Python scripts on Apache Server: 403 Forbidden Error

I need to run a few python scripts on a subdomain of my website set up using Apache on an AWS EC2 instance running Ubuntu. I tried following some of the steps mentioned in this post. I get a 403 error ("Forbidden. You don't have permission to access…