![]() |
htaccess dilemma
RewriteCond %{HTTP_REFERER} !^http://.*juicylinks.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://.*juicylinks.com.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://.*www.juicylinks.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://juicylinks.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://.*juicysgalleries.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://.*juicysgalleries.com.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://.*www.juicysgalleries.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://juicysgalleries.com/.*$ [NC] RewriteRule .*[Jj][Pp][Ee][Gg]$|.*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.juicylinks.com [R,L] thats on juicylinks.com and i want juicysgalleries to be able to hotlink also any ideas whats wrong? juicysgalleries is not able to hotlink |
Try this...you're missing a few crucial lines.
AuthUserFile /dev/null AuthGroupFile /dev/null RewriteEngine On RewriteCond %{HTTP_REFERER} !^http://premierepussy.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://www.premierepussy.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://id.adultcheck.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://www.id.adultcheck.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://.+\.avsofchoice\.com/* [NC] RewriteCond %{HTTP_REFERER} !^http://.+\.cyberage\.com/* [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*agecheck.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://www.tokensystems.com/* [NC] RewriteCond %{HTTP_REFERER} !^http://tokensystems.com/* [NC] RewriteRule /* http://www.domain.com/enter.shtml [R,L] ------------------ Make BANK with these Babes! The Webmaster's Folder The Midnight TGP2 Submitter |
This is the complete .htacces
AddHandler server-parsed .html AddHandler server-parsed .htm ErrorDocument 404 http://www.juicylinks.com/ ErrorDocument 403 http://www.juicylinks.com/ AuthUserFile /dev/null AuthGroupFile /dev/null RewriteEngine on RewriteCond %{HTTP_USER_AGENT} ^DISCo\Pump.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Drip.* [OR] RewriteCond %{HTTP_USER_AGENT} ^EirGrabber.* [OR] RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro.* [OR] RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE.* [OR] RewriteCond %{HTTP_USER_AGENT} ^FlashGet.* [OR] RewriteCond %{HTTP_USER_AGENT} ^GetRight.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Gets.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Grafula.* [OR] RewriteCond %{HTTP_USER_AGENT} ^IBrowse.* [OR] RewriteCond %{HTTP_USER_AGENT} ^InterGET.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Internet\Ninja.* [OR] RewriteCond %{HTTP_USER_AGENT} ^JetCar.* [OR] RewriteCond %{HTTP_USER_AGENT} ^JustView.* [OR] RewriteCond %{HTTP_USER_AGENT} ^MIDown\tool.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Mister\PiX.* [OR] RewriteCond %{HTTP_USER_AGENT} ^NearSite.* [OR] RewriteCond %{HTTP_USER_AGENT} ^NetSpider.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Offline\Explorer.* [OR] RewriteCond %{HTTP_USER_AGENT} ^PageGrabber.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Papa\Foto.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Pockey.* [OR] RewriteCond %{HTTP_USER_AGENT} ^ReGet.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Slurp.* [OR] RewriteCond %{HTTP_USER_AGENT} ^SpaceBison.* [OR] RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Teleport.* [OR] RewriteCond %{HTTP_USER_AGENT} ^WebAuto.* [OR] RewriteCond %{HTTP_USER_AGENT} ^WebCopier.* [OR] RewriteCond %{HTTP_USER_AGENT} ^WebFetch.* [OR] RewriteCond %{HTTP_USER_AGENT} ^WebReaper.* [OR] RewriteCond %{HTTP_USER_AGENT} ^WebSauger.* [OR] RewriteCond %{HTTP_USER_AGENT} ^WebStripper.* [OR] RewriteCond %{HTTP_USER_AGENT} ^WebWhacker.* [OR] RewriteCond %{HTTP_USER_AGENT} ^WebZIP.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Web\Image\Collector.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Web\Sucker.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Webster.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Wget.* [OR] RewriteCond %{HTTP_USER_AGENT} ^WebSnake.* [OR] RewriteCond %{HTTP_USER_AGENT} ^Websnake.* [OR] RewriteCond %{HTTP_USER_AGENT} ^websnake.* [OR] RewriteCond %{HTTP_USER_AGENT} ^eCatch.* [OR] RewriteCond %{HTTP_USER_AGENT} ^ia_archiver.* [OR] RewriteCond %{HTTP_USER_AGENT} ^lftp.* [OR] RewriteCond %{HTTP_USER_AGENT} ^tAkeOut.* RewriteRule /* - [F,L] RewriteOptions inherit RewriteCond %{HTTP_REFERER} !^http://juicysgalleries.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://www.juicysgalleries.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://juicylinks.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://www.juicylinks.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://.*juicylinks.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://.*juicylinks.com.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://.*www.juicylinks.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://juicylinks.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://.*juicysgalleries.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://.*juicysgalleries.com.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://.*www.juicysgalleries.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://juicysgalleries.com/.*$ [NC] RewriteRule .*[Jj][Pp][Ee][Gg]$|.*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.juicylinks.com [R,L] anybody see anything wrong? |
help please :-)
|
How did that banner work out for you ? |
hey,
enable logging of the rewite module with RerwiteLog "/home/fucker/log" -- andreas |
All times are GMT -7. The time now is 03:47 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123