Questions tagged [forbidden]

forbidden is an error which means that access can not be granted to a specific resource usually based on server configuration.

forbidden is an error which means that access can not be granted to a specific resource usually based on server configuration. It is a permanent error meaning that retrying the request will not help. When used in relation with HTTP protocol, forbidden error has the code 403.

51 questions
0
votes
0 answers

CORS with Auth module in Apache2

I am triying to set up a data server that restrict the access to the public but allows access from a host or domain, but at the same time I need to enable CORS, this is what I tried in my virtualhost configuration:
0
votes
1 answer

403 FOrbidden index with nginx

Good evening. I have this error when I try to access my wordpress from my-no-ipdomain:port/danapcu.com (where wordpress it's installed: /var/www/html/danapcu.com). In addition, my nginx default port is 85 (so my wordpress is supposed to be accessed…
dan pacu
  • 1
  • 2
0
votes
0 answers

Site working without SSL but not with SSL it will showing me Forbidden You don't have permission to access this resource

I have a live domain which is working perfectly without SSL but on SSL it will showing me following page Error Image: https://i.stack.imgur.com/9GXjO.png For this made changes in following files: 000-default: ServerAdmin…
0
votes
1 answer

Cannot access virtual hosts directory after configure apache

My virtual hosts have this configuration file: ServerAdmin klebermo@gmail.com DocumentRoot /home/kleber/www/kleber ServerName klebermota.eti.br ServerAlias www.klebermota.eti.br in…
Kleber Mota
  • 93
  • 1
  • 7
-1
votes
2 answers

Cent OS forbidden error

I am very beginner to system and network administration and I researched a lot on this problem, but still not sloved! I have an Ubuntu machine in which I installed cent Os 6 as a virtual machine. I turned of SE Linux and flushed out the firewall…
Uvais Ibrahim
  • 11
  • 1
  • 3
-2
votes
1 answer

Unable to redirect port to main domain page on Ubuntu VPS

Basically, I have a Nodejs program running on port 4000 of my server and instead of the visitors having to type mydomain.com:4000 to access it, I'd like it to be displayed when they visit the normal domain of mydomain.com but I can't seem to get it…
my90558
  • 1
  • 2
1 2 3
4