![]() |
![]() |
![]() |
||||
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 |
Join The Royal Family
Join Date: Apr 2002
Posts: 25,463
|
htaccess Not working Properly
Anyone see anything wrong?
AuthUserFile /dev/null AuthGroupFile /dev/null RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^.*greenapple.verisexy.net.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://66.28.252.3.*$ [NC] RewriteRule .*\.jpg$ http://www.greenapple.verisexy.net/404.html [R,L] RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^.*greenapple.verisexy.net.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://66.28.252.3.*$ [NC] RewriteRule .*\.jpeg$ http://www.greenapple.verisexy.net/404.html [R,L] RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^.*greenapple.verisexy.net.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://66.28.252.3.*$ [NC] RewriteRule .*\.gif$ http://www.greenapple.verisexy.net/404.html [R,L] RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^.*greenapple.verisexy.net.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://66.28.252.3.*$ [NC] RewriteRule .*\.mpg$ http://www.greenapple.verisexy.net/404.html [R,L] RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^.*greenapple.verisexy.net.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://66.28.252.3.*$ [NC] RewriteRule .*\.mpeg$ http://www.greenapple.verisexy.net/404.html [R,L]
__________________
Looking for a KICK ASS TEEN SPONSOR? Check out ROYAL CASH - THE KING OF TEEN!
Incredible webmaster tools FHGs, Morphing Blog and RSS Feeds, Embedded FLV & WMV Videos. With TOP RATIO Sites like ATMovs.com | iTeenVideo.com | TeenSexMovs.com | TeenSexMania.com |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Join Date: Oct 2001
Posts: 81
|
looks ok, what is happening?
I remember I was having troubles in my server and I had to edit the apache config file to add symlinks or some thing for the hotlinking to work without giving me errors serving up pages. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Join Date: Jan 2002
Location: Mountains of Western North Carolina.
Posts: 4,027
|
http://www.theadultwebmaster.com/hos...r_errors.phtml
This article will explain whats wrong. You have completely ther wrong syntax. ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 | |
Join The Royal Family
Join Date: Apr 2002
Posts: 25,463
|
Quote:
__________________
Looking for a KICK ASS TEEN SPONSOR? Check out ROYAL CASH - THE KING OF TEEN!
Incredible webmaster tools FHGs, Morphing Blog and RSS Feeds, Embedded FLV & WMV Videos. With TOP RATIO Sites like ATMovs.com | iTeenVideo.com | TeenSexMovs.com | TeenSexMania.com |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
Join The Royal Family
Join Date: Apr 2002
Posts: 25,463
|
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://greenapple.verisexy.net$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.greenapple.verisexy.net$ [NC] RewriteCond %{HTTP_REFERER} !^http://greenapple.verisexy.net/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.greenapple.verisexy.net/.*$ [NC] RewriteRule !.*\.(gif|jpg|jpeg|mpg|mpeg)$ - [NC,F] ErrorDocument 403 http://www.greenapple.verisexy.net/404.html I tryed that and my bandwidth dropped in half so I quickly pulled it. Either I have a ton of hotlinkers or somethings not working right
__________________
Looking for a KICK ASS TEEN SPONSOR? Check out ROYAL CASH - THE KING OF TEEN!
Incredible webmaster tools FHGs, Morphing Blog and RSS Feeds, Embedded FLV & WMV Videos. With TOP RATIO Sites like ATMovs.com | iTeenVideo.com | TeenSexMovs.com | TeenSexMania.com |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 | |
Confirmed User
Join Date: Jan 2002
Location: Toronto, ON, Canada
Posts: 1,081
|
Quote:
RewriteRule !\.(extensions|extensions)$ http://www.address.com/hotlink.htm [NC,R] Your RewriteRule is a little bit different. Yours: RewriteRule !.*\. Mine: RewriteRule !\.( Maybe that's the problem. ![]()
__________________
<a href="http://www2.famoushost.com/home.php" target="_blank"><b><FONT COLOR="FFFF00">www.FamousHost.com</font></b></a><br>Free Hosting With No Headers, Real FTP, <u>Get listed on the biggest TGP's with us!</u> |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
Join The Royal Family
Join Date: Apr 2002
Posts: 25,463
|
Thanks, I will give it a try. Nice to see other freehost helping each other out instead of bashing =) That's what I call class!!!
__________________
Looking for a KICK ASS TEEN SPONSOR? Check out ROYAL CASH - THE KING OF TEEN!
Incredible webmaster tools FHGs, Morphing Blog and RSS Feeds, Embedded FLV & WMV Videos. With TOP RATIO Sites like ATMovs.com | iTeenVideo.com | TeenSexMovs.com | TeenSexMania.com |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 | |
Confirmed User
Join Date: Jan 2002
Location: Toronto
Posts: 1,158
|
Quote:
|
|
![]() |
![]() ![]() ![]() ![]() ![]() |