![]() |
![]() |
![]() |
||||
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: Sep 2001
Posts: 5,994
|
What si wrong with this .htaccess?
Does not seem to be working? The 404/403 errors work but you can still hotlink for some reason. Also is there anything missing from it?
ErrorDocument 403 http://www.penis-health.com/404.html ErrorDocument 404 http://www.penis-health.com/404.html RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://penis-health.com.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.penis-health.com.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://penis-health.com:80.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.penis-health.com:80.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://66.181.161.10.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://66.181.161.10:80.*$ [NC] RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.penis-health.com/hotlink.html
__________________
![]() Penis enlargement / male enhancement pills - earn up to $229.48 per signup ICQ: 46335817 |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Industry Role:
Join Date: Jul 2001
Location: Utopia
Posts: 6,482
|
This is a working version .. change urls to your own needs
RewriteEngine On RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*naughtycelebs.co.uk*/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*sexypicsandmovies.com*/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*xnaughty.com*/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*naughtysexpics.com*/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*tgp2gallerypool.com*/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*157.238.201.172*/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*66.230.134.226*/ [NC] RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.megageil.nl/hotlinked351x60.gif [L,R]
__________________
seks.ai for sale - ping me |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
So Fucking Banned
Join Date: Sep 2002
Location: AZN KLAN'S MAIN LAND
Posts: 1,527
|
redirect all your traffic to my sites.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Join Date: Feb 2001
Location: The bushes behind your house
Posts: 2,303
|
I think it might be the letter 'o' not being capital
RewriteEngine on |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
Registered User
Industry Role:
Join Date: Jan 2002
Posts: 1,151
|
Hey Naughty or any htaccess guru
I need the htaccess code to do this... say I have 3 sites A, B , C In order to get to site C you have to either come from site A, or site B. I don't wont some to be able to type site C in directly and be able to get there. I have searched the board I know I have seen the code posted some were. Gman.357 sent me this code. It does the job far as only letting the two other sites in only. But it wont all me to see the images just the html. Here was the could I used that let the two sites in bit cant view any pics. AuthUserFile /dev/null AuthGroupFile /dev/null RewriteEngine On RewriteCond %{HTTP_REFERER} !^http://www.site-a.com/.* [NC] RewriteCond %{HTTP_REFERER} !^http://www.site-b.com/.* [NC] RewriteCond %{HTTP_REFERER} !^http://www.site-c.com/.* [NC] RewriteRule /* http://www.yoursite.com/error.html [R,L] Anyone know why this code doesn't allow me to see any pics? |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 |
Confirmed User
Join Date: Sep 2001
Posts: 5,994
|
bump i need that answer to
__________________
![]() Penis enlargement / male enhancement pills - earn up to $229.48 per signup ICQ: 46335817 |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
Too lazy to set a custom title
Join Date: Aug 2001
Location: The Netherlands
Posts: 13,723
|
AuthUserFile /dev/null
AuthGroupFile /dev/null RewriteEngine On RewriteCond %{HTTP_REFERER} !^http://www.site1.nl [NC] RewriteCond %{HTTP_REFERER} !^http://site1.nl [NC] RewriteCond %{HTTP_REFERER} !^http://www.site2.nl/ [NC] RewriteCond %{HTTP_REFERER} !^http://site2.nl/ [NC] RewriteRule /* http://backtowhereyoucamfrom.nl [R,L] This should work edit: Let m eknow if it did work :-)
__________________
Questions? ICQ: 125184542 |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 |
Confirmed User
Join Date: May 2002
Location: The Netherlands
Posts: 2,747
|
For all .htaccess no-no's, this simply step by step fill in form will help you out just fine!
http://www.htmlbasix.com/disablehotlinking.shtml Seb. |
![]() |
![]() ![]() ![]() ![]() ![]() |