Tagged Questions
0
votes
1answer
101 views
.htaccess to PayPal & PayPal Sandbox
For testing on my pre-live site, I'd like to allow only my own IPs and PayPal Sandbox.
For production, I'd like to allow only PayPal to my IPN listener.
I can restrict in .htaccess to my IPs, but ...
1
vote
2answers
264 views
Apache 403 - looking .htaccess in parent's parent directory
I am having this problem (apache2, ubuntu 12.04)
I have put all my sites in /home/username/vhosts folder
I have added permissions to home and username to be x and chmod -r 777 on vhosts
Added ...
1
vote
1answer
218 views
Failed PCI compliance - 403 (Forbidden)
Due to a recent upgrade in the scanning done by our PCI compliance testers, we recently failed a PCI, and the suggested solution is as follows:
Configure the HTTP server to specify the same error ...
1
vote
1answer
607 views
Custom 403 Error page not showing
I want to restrict access to certain folders (includes, xml and logs for example) and so I've given them 700 permissions, and all files within them 600 permissions. Firstly, is this the right approach ...
0
votes
1answer
356 views
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 ...
3
votes
1answer
294 views
Adding empty .htaccess gives 403 error
When I add an empty .htaccess file to server root (touch .htaccess) I get a 403 error. The samme error appears no matter what I put in the file (I've tried specifying <LIMIT> directives etc).
...
