Tagged Questions
3
votes
2answers
97 views
prevent hotlinking of off-site content?
I have a www.example.com site where I serve all static content (e.g. http.//www.example.com/image.jpg) off a CDN with URLs like http://static.example.com/image.jpg
An Apache 2 .htaccess rule ...
1
vote
1answer
1k views
Access Forbidden! Apache Windows XP
This is a great tutorial on how to server websites other than in default htdocs folder in XAMPP. It worked for me the other day but then I had to reinstall XAMPP (1.7.7 was 1.7.6) and now I am getting ...
1
vote
1answer
449 views
htaccess block access to directory but allow access to files
I need to block directory access but allow access to files if typed into a browser.
Also would like this to load my custom 403.shtml
3
votes
1answer
605 views
How to set up a 403 forbidden
I've recently set up my first commercial website for someone, with godaddy hosting.
I want to set up a 403 forbidden on several directories (and their contents) that are referenced to through php ...
1
vote
1answer
229 views
Apache rewrite returns error 500
I'm trying to figure out what I'm doing wrong with this .htaccess rewrite:
Options -Indexes
RewriteEngine on
RewriteBase /test/site/
RewriteOptions MaxRedirects=10
RewriteCond ...