![]() |
Htaccess
Yo
Someone post a htaccess here for a freebsd system I need to compare something Dont tell me to search I am good looking |
Isn't htaccess related to apache web server ?
What do you want to know? |
Quote:
|
|
try this link :winkwink:
|
ErrorDocument 400 http://www.juicylinks.com
ErrorDocument 401 /index.shtml ErrorDocument 402 http://www.juicylinks.com ErrorDocument 403 http://www.juicylinks.com ErrorDocument 404 http://www.juicylinks.com ErrorDocument 500 http://www.juicylinks.com ErrorDocument 501 http://www.juicylinks.com ErrorDocument 502 http://www.juicylinks.com ErrorDocument 503 http://www.juicylinks.com RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://(www\.)?juicylinks.com(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?gofuckyourself.com(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?gfyboard.com(/)?.*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.juicylinks.com [R,NC] how come norton firewall shows red x;s for images on moderate settings but when i disable htaccess evrythng works like normal? |
You really want it for your SE spam scripts so you can cloak with stealthness :Graucho
|
maybe because firewall doesnt sends refferer?
add this line RewriteCond %{HTTP_REFERER} !^$ after RewriteEngine on then everyone going thru firewall will see images Edited: removed hash |
Quote:
|
there is one more thing
you can modify your htaccess line to something like this RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://cgi.(aol\.)?ebay\.com [NC] RewriteCond %{HTTP_REFERER} !^(wy[sc]iwyg://[0-9]*/)?http://(www\.)?juicylinks.com(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^(wy[sc]iwyg://[0-9]*/)?http://(www\.)?gofuckyourself.com(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^(wy[sc]iwyg://[0-9]*/)?http://(www\.)?gfyboard.com(/)?.*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.juicylinks.com [R,NC] and what is it all about: - line with cgi.(aol).. - has something with aol users (some kind of proxy) I don't remember exactly but works - funny (wy[sc]iwyg://[0-9]*/)? is for users with some netscape versions (there is problem when images are called thru j a v a s c r i p t - like o n m o u s e o v e r) and you should add one line with your server (juicylinks.com) ip RewriteCond %{HTTP_REFERER} !^(wy[sc]iwyg://[0-9]*/)?http://69.42.74.68(/)?.*$ [NC] |
There are many parameters and variables you can use
|
i must be blind
last line RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.juicylinks.com [R,NC] EDITED: I'm tired and I make simple mistakes when you are using this line user on hotlinker page will see red x but this red x will be your whole html code of index page on juicylinks so this will also update your stats etc. etc. |
Try this one
RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://(www\.)?juicylinks.com(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://.*gofuckyourself.com.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://*.gfyboard.com.*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.juicylinks.com [R,NC] |
Quote:
|
All times are GMT -7. The time now is 06:20 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123