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

nginx shows 403 after http auth successful when proxying

I have a basic sinatra app which is behind nginx so that I can use HTTP Basic Auth to protect it, but I get a 403 Forbidden error instead of seeing the webapp. The app works fine when I remove the HTTP Auth lines. The configuration looks something…
0
votes
2 answers

How do I set up IIS7 to pass everything through to Joomla?

Context: IIS7, Win7, Joomla 1.5 With this URL, http://website/foo , if I have a subdirectory called "foo" in the root of the Joomla install, IIS7 tries to find index.php in it and returns a 403 before Joomla gets going. With this URL,…
0
votes
2 answers

ErrorDocument not working when accessing .htaccess

I've been setting up ErrorDocuments for a website I'm working, and generally they've been working. However, after I set the 403 ErrorDocument, I noticed that it didn't work when I tried to access the .htaccess file itself. When I access a different…
0
votes
1 answer

Trying to play with apache virtual hosts, getting access forbidden errors

I'm just messing around with virtual hosts on my XAMPP + Apache install on Windows to make it work so that http://disko.local redirects to a folder in my PC where the project's files are stored. I've added the following lines to…
0
votes
1 answer

Completely random 403 errors despite explicit Allow from all

I do not have physical access to the server and do not have access to the logs. Some files are generating 403 errors despite me putting an .htaccess with an: Order Deny,Allow Allow from all I even tried to put an explicit FilesMatch in one of the…
Rolando Cruz
  • 203
  • 2
  • 8
0
votes
2 answers

Error 403 with XAMPP on Ubuntu with created files and folders

I'm used to work with XAMPP on Mac without problems, using it on Ubuntu probably giving me some user permission problem. I've set the XAMPP security as the guide too. I've installed and tested everything with XAMPP site guide without problems but…
vitto
  • 115
  • 7
0
votes
2 answers

php not working after apache directory change

I have a dev box running and i changed the path of the vhost from /home/username/www to /home/username/public_html. Retarted apache and now the site is giving me a 403 when i visit the site and php isnt working now either. The server is centos 5.5…
Kyle Hudson
  • 202
  • 2
  • 11
0
votes
1 answer

Apache2 VirtualHosts 403 Oddity

I'm sure this is something I should already understand, but I'm finding myself confused. The configs in play add up to this: NameVirtualHost *:80 Listen 80 Options FollowSymLinks AllowOverride…
0
votes
1 answer

phpmyadmin on lighttpd gives me a 403 forbidden need help

Whats the problem: When I goto //localhost/phpmyadmin I get what I would get if I did //localhost/, I'm using both http: and https:. What did I do, that changed it: I simply reinstalled lighttpd. What I have tried: Disabling and re-enabling…
0
votes
2 answers

IIS 7.5 Manager crashes when adding a custom error page

I'm running a local IIS 7.5 server in Win 7 Pro, and I'm trying to add a custom error page for 403 responses. When I click OK to add a custom error page for my site, IIS Manager just vanishes. The server is still running, and I can re-start IIS…
dig412
  • 111
  • 4
0
votes
4 answers

Ubuntu: Apache access forbidden error

I've been experiencing a problem with my virtual hosts, I don't understand why apache looks for /home/* directory if my virtualhosts' directory is somewhere else? tail -f /var/log/apache2/error.log /home/.htaccess pcfg_openfile: unable to check…
0
votes
1 answer

How do I setup a "service account" for apache on XP pro?

This question has been spawned from this: VPC running WinXP SP3 with WAMP: 403 error on network drive The real question: Basically i need to know how to setup a "service account" that apache can use to access my virtual network drives on a…
0
votes
1 answer

VPC running WinXP SP3 with WAMP: 403 error on network drive

Ok, I have Win7 Ultimate 64bit running VPC. VPC is running WinXP Pro SP3 with WAMP. I'm using: "Integrated features" to mount my Win7 drives via network. WAMP for my server (yes, as Admin) IE6 and IE8 on the two VPCs (there are two) and thats…
Kevin
  • 301
  • 1
  • 3
  • 12
0
votes
3 answers

IIS6 403.1 when Application is Accessed via a CNAME

We have a server named slc-app-01 and an ASP.NET application in the default website configured as printflow. I set up a CNAME in DNS for printflow to point at slc-app-01 so the application could be accessed via http://printflow/printflow. The…
joshperry
  • 325
  • 1
  • 2
  • 14
0
votes
1 answer

Sharepoint Intermittent 403 Error

I have a virtual server running Windows Server 2008 r2 onto which I have installed Windows Sharepoint Services 3. My SQL server is also a VM running MSSQL 2008 on Windows Server 2008 r2. I am using windows authentication NTLM. I restored the site…