![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Apr 2001
Posts: 148
|
htaccess ... ???? Need help, PLZ!
I need HTACCESS file to protect my galleries from HotLink and redirect Bookmakers and traffic with (Russian, china... IP)
This code protect from Hotlink... AuthUserFile /dev/null AuthGroupFile /dev/null RewriteEngine On RewriteOptions inherit RewriteCond %{HTTP_REFERER} !^http://.*mydomain.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://xxx.xxx.xxx/.*$ [NC] RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.redirect address [R,L] Please help me write full code, to do all i need, or give me an example of Working File.. P.S. Can i be banned if i`ll redirect traffic with China, russian... IP from my galleries, to my freesite??? Thanx.. [This message has been edited by lex (edited 10-18-2001).] |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Registered User
Join Date: Oct 2001
Location: Murray, USA
Posts: 27
|
AuthUserFile /dev/null
AuthGroupFile /dev/null RewriteEngine On RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com RewriteCond %{HTTP_REFERER} !^http://yoursite.com RewriteCond %{HTTP_REFERER} !^http://yourIp RewriteRule /* http://www.wheretoredirectunauthorizedtraffic.com [R,L] That works for me, and yeah my guess is that you can get banned for that. ------------------ <A HREF="http://www.free-recip-host.com" TARGET=_blank>Free Recip Host </A>Get your recips hosted for free and cut your work in half! |
![]() |
![]() ![]() ![]() ![]() ![]() |