Hey guys,
I've built an AVS site that I am now making different mirrors of so I can use different AVS systems with it. I am using a common members area.
How does this work with the different htaccess files I get from the AVS systems?
Here is the htaccess file to protect my site for FNP:
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.impurethoughts.com/hustler/ [NC]
RewriteCond %{HTTP_REFERER} !^http://impurethoughts.com/hustler/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.freenetpass.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://freenetpass.com/ [NC]
RewriteRule /* http://www.impurethoughts.com/hustler/ [R,L]
and here is the htaccess file for SexyAVS:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*http://impurethoughts.com/hustler/ [NC]
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*sexyavs.com/ [NC]
RewriteRule /* http://www.impurethoughts.com/hustler/ [R,L]
I guess I should combine them into one file, but can some one give me an example?
Thanks!
I've built an AVS site that I am now making different mirrors of so I can use different AVS systems with it. I am using a common members area.
How does this work with the different htaccess files I get from the AVS systems?
Here is the htaccess file to protect my site for FNP:
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.impurethoughts.com/hustler/ [NC]
RewriteCond %{HTTP_REFERER} !^http://impurethoughts.com/hustler/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.freenetpass.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://freenetpass.com/ [NC]
RewriteRule /* http://www.impurethoughts.com/hustler/ [R,L]
and here is the htaccess file for SexyAVS:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*http://impurethoughts.com/hustler/ [NC]
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*sexyavs.com/ [NC]
RewriteRule /* http://www.impurethoughts.com/hustler/ [R,L]
I guess I should combine them into one file, but can some one give me an example?
Thanks!


Comment