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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 04-24-2002, 10:27 AM   #1
VeriSexy
Join The Royal Family
 
VeriSexy's Avatar
 
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



Last edited by VeriSexy; 04-24-2002 at 10:30 AM..
VeriSexy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-24-2002, 11:36 AM   #2
damac
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.
damac is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-24-2002, 11:44 AM   #3
JFPdude
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.
JFPdude is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-24-2002, 12:10 PM   #4
VeriSexy
Join The Royal Family
 
VeriSexy's Avatar
 
Join Date: Apr 2002
Posts: 25,463
Quote:
Originally posted by damac
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.
Problem is I was still able to hotlink a image. I used this code on another server and it worked fine.
__________________
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


VeriSexy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-25-2002, 11:39 AM   #5
VeriSexy
Join The Royal Family
 
VeriSexy's Avatar
 
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


VeriSexy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-25-2002, 01:39 PM   #6
Dreamman010
Confirmed User
 
Join Date: Jan 2002
Location: Toronto, ON, Canada
Posts: 1,081
Quote:
Originally posted by VeriSexy
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
My RewriteRule line looks something like that:
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>
Dreamman010 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-25-2002, 02:01 PM   #7
VeriSexy
Join The Royal Family
 
VeriSexy's Avatar
 
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


VeriSexy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-25-2002, 02:05 PM   #8
RaGe
Confirmed User
 
Join Date: Jan 2002
Location: Toronto
Posts: 1,158
Quote:
Originally posted by JFPdude
http://www.theadultwebmaster.com/hos...r_errors.phtml


This article will explain whats wrong. You have completely ther wrong syntax.
Nice article.. I'll try their 404 suggestion since I've had problems with SE rankings
RaGe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.