Thread
:
How do I filter traffic by religion?
View Single Post
10-21-2003, 08:40 PM
drunkdollars
Confirmed User
Join Date: Apr 2002
Location: Club Drunk
Posts: 2,734
Quote:
Originally posted by Adult Site Traffic
RewriteEngine on
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP:Accept-religion} ^christian [NC]
RewriteRule ^(.*)
http://www.somesite.com
RewriteCond %{HTTP:Accept-religion} ^wiccan[NC]
RewriteRule ^(.*)
http://www.somesite.com
RewriteCond %{HTTP:Accept-religion} ^pagan[NC]
RewriteRule ^(.*)
http://www.somesite.com
RewriteCond %{HTTP:Accept-religion} ^buddist [NC]
RewriteRule ^(.*)
http://www.somesite.com
RewriteCond %{HTTP:Accept-religion} ^catholic [NC]
RewriteRule ^(.*)
http://www.somesite.com
--
Sholul work fine.
Im getting errors
__________________
SIGS ARE GAY
98055668 icq
drunkdollars
View Public Profile
Visit drunkdollars's homepage!
Find More Posts by drunkdollars