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
1
vote
0 answers

Unexpected 403 errors on a working server

I have an Ubuntu 14.04 LTS server, multiple websites running on it. http://martion.alomvilag.hu is one of them. Site is usually working, but from time-to-time it provides a 403 response and Forbidden message: I checked error logs, and the only…
Mcload
  • 133
  • 1
  • 1
  • 5
1
vote
1 answer

Send Apache request to some form of dev/null, nothing or nowhere

This question I have not been able to get an authoritative answer on, but it's interested me for years: Taking Apache with matching rewrite rules, say: 1 set of matches triggers the 403 Forbidden case. The 403 page is hosted on the site, so…
1
vote
1 answer

Phppgadmin: 403 Forbidden

I just set up phppgadmin on my webserver (a Debian Jessie) and I configure Apache this way to access it: ServerName pga.mydomain.com DocumentRoot /usr/share/phppgadmin
MBR
  • 141
  • 2
  • 9
1
vote
1 answer

Nginx in subdomain: If index is .html error 403 forbidden if index is .php is downloaded

It only happens to me in a subdomain, in the rest it works well: If the index its extension is htm or html gives error: "403 forbidden" If the index its extension is php tries to download. Permissions within / srv / www are the same for all…
Isaac Palacio
  • 149
  • 4
  • 12
1
vote
2 answers

Nginx 403 forbiden with the good rights set on files

I'm trying to use a subfolder for containing web app on my server. For example : example.com/netdata ===> Netdata monitoring example.com/passbolt ====> Password manager etc .. For making things work i've used this config : #Passbolt server { …
P0pR0cK5
  • 330
  • 1
  • 6
1
vote
1 answer

Block googlebot on a specific page using nginx

We're currently being crawled at a greater rate than we can handle. I can't seem to get nginx blocking the googlebot server { location /ajax/sse.php { if ($http_user_agent ~* "Mozilla/5.0 (compatible; Googlebot/2.1;…
Aidan Ewen
  • 291
  • 1
  • 4
  • 11
1
vote
1 answer

Trouble with Passenger/Apache2 - Error 403

I need to upgrade my Redmine installation. I'm on a Mac OS X Server 10.6.8 (unfortunately, this is a given - can't update the system to a new version right now). In the process, I had issues with installing a newer version of Ruby (required by the…
1
vote
1 answer

Nginx-Always return 403 status code

I'm trying to get Nginx to return a simple webpage, but always with an http status code of 403. For some reason, I just can't get it to work. I have two files in /var/www/html/: index.html photo.jpg index.html displays some text along with…
bcst
  • 41
  • 1
  • 1
  • 6
1
vote
0 answers

Laravel project in subfolder of public_html gives trouble with .htaccess redirect

I've set up my VPS server and am trying to set up a Laravel project. I have a /public_html/ folder with an index.html that's shown when visiting the website URL. I have a laravel project in: /public_html/project_one/ The original index.php is…
1
vote
0 answers

Deal with virtualhost activation trouble

Can't have any error log in my apache server. For example, I have a 403 forbidden error when accessing a page with this conf : Alias /nconf /usr/local/nconf/ Options Indexes AllowOverride AuthConfig Options …
1
vote
0 answers

Get 403 on an unrestricted location

Got 403 for this page : Alias /nconf /usr/local/nconf/ Options Indexes AllowOverride AuthConfig Options Order allow,deny Allow from 10.1.1.0/8 My ip is 10.1.1.132 so have to work. Don't…
1
vote
0 answers

Apache rewrite rule 403 error

I'm running Apache 2.2.15 with rewrite_module installed. I have rule in my vhost.conf as follows; RewriteRule \n ^/advanced/selector/profiles/([A-Za-z0-9]+)/?$ \n "/advanced/selector/profiles/rewrite.cfm?path=$1" [L] This should capture the…
1
vote
0 answers

Troubleshooting 403 gateway error

We have a staging machine that has recently been returning a 403 status. It is a centOS machine running nginx. Nginx passes off some traffic to a scala Play app and Apache which runs a PHP app (Drupal). The server is protected by basic htaccess…
doub1ejack
  • 567
  • 1
  • 6
  • 12
1
vote
0 answers

New server block returns a 403 error

I recently switched my CentOS 7 machine from Apache to nginx, and I am running into some issues getting my machine properly functioning. I recently installed a new server block into the system with the following configuration: server { listen …
1
vote
0 answers

Error 403 on Apache, Fedora 22

I have installed Apache: Server version: Apache/2.4.12 (Fedora) and I got a website with Codeigniter. I added a folder images/ in the root of the site and I couldn't load the images. When I tries the complete path for the URL of the image I got 403…
gglasses
  • 111
  • 3