I want to put all of this
SetEnvIfNoCase Referer "^http://domain1.com/" locally_linked=1
SetEnvIfNoCase Referer "^http://domain1.com$" locally_linked=1
SetEnvIfNoCase Referer "^http://www.domain1.com/" locally_linked=1
SetEnvIfNoCase Referer "^http://www.domain1.com$" locally_linked=1...
Thank you RhythmAce.
I would also like to clean up the code... get rid of http and https... 2nd level and 3rd level to one... maybe something like...
[code]
SetEnvIfNoCase Referer "^http?://*.domain1.com/"
SetEnvIfNoCase Referer "^http?://*.otherdomain.com/"
[code]
???
I did look at these websites before posting to try and find my answer.
http://httpd.apache.org/docs/1.3/howto/htaccess.html
http://wsabstract.com/howto/htaccess.shtml
http://www.freewebmasterhelp.com/tutorials/htaccess/
Is this correct? I get confused.... allow,deny; deny,allow.
ErrorDocument...
[1] I read http://www.tek-tips.com/faqs.cfm?fid=5765.
[2] Can someone help me clean this up?
[3] I would like to allow one file, jhsands.jpg to be accessed by everyone (any referrer).
[4] Thank you :)
SetEnvIfNoCase Referer "^http://bulletin.myspace.com/" locally_linked=1
SetEnvIfNoCase...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.