The forbidden tag has no wiki summary.
0
votes
1answer
215 views
nginx try_files redirect trailing slash and 403 Forbidden
I am trying to create a combined "super cache" -> file -> module pattern with try_files ("super cache" term taken from wordpress super cache as it is a similar method).
The files that are applicable ...
0
votes
1answer
545 views
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
<VirtualHost *:80>
...
1
vote
0answers
44 views
Why forbidding all php files from a directory with mod_rewrite denies access to the directory listing?
Server: Apache 2.2.17
I have the next .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule !^includes/ - [S=1]
RewriteRule ^includes/[^/]+\.php$ - [F,L]
RewriteRule ...
1
vote
0answers
124 views
Ubuntu server nginx forbidden issue
I cannot resolve this problem for days.
I've installed nginx on the latest ubuntu server on virtualbox.
I have a shared virtualbox folder which contains the web root.
The owner of web root is root ...
0
votes
0answers
8 views
Access forbidden error wordpress
I am using latest version of wordpress and getting below error in console
Uncaught ReferenceError: tinymce is not defined
and in code defined url
base : "<root>/wp-includes/js/tinymce"
...
0
votes
0answers
149 views
How to solve “Forbidden: You don't have permission (For Bugzilla)”?
Disclaimer: I have read most of the articles in this forum regarding this one (I know there are quite a many of them). And since none of the fixes listed here could help me I thought asking a new ...
0
votes
0answers
69 views
Apache2 - 403 Forbidden when posting a certain string
I have an html form like so:
form accept-charset="utf-8" enctype="multipart/form-data" name="edit_orders" action="custom-quotes-request.php?action=edit&id=<?php echo $_GET['id']; ...
0
votes
0answers
99 views
Local Website PostfixAdmin Access Forbidden - Error 403
I am currently having an issue loading the setup.php file on my webserver to setup PostfixAdmin. I am completely lost as to what the issue is, because I can open index.php in the same directory ...
0
votes
0answers
141 views
How to track down a 403 error in lighttpd?
I am including the following fragment (/etc/lighttpd/sites/local) from the top-level config file (/etc/lighttpd/lighttpd.conf) on a Ubuntu 10.04 LTS (x64) machine with Lighty 1.4.26 ...
0
votes
0answers
235 views
xampp gives forbidden 404 error when navigating to localhost
I just installed xampp in ubuntu . After installing , i pointed my browser to http://localhost , but it gives me forbidden error . I gave all permissions to htdocs folder , but still i get the same ...