Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jhsands

    SetEnvIfNoCase Referer

    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...
  2. jhsands

    SetEnvIfNoCase Referer

    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] ???
  3. jhsands

    allow,deny; deny,allow

    I have a rather large extensive block list below that and I want those who are blocked to be able to see the 403, 404
  4. jhsands

    allow,deny; deny,allow

    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...
  5. jhsands

    SetEnvIfNoCase Referer

    [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...

Part and Inventory Search

Back
Top