alrite I am using this code posted here:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^
http://([a-z0-9-]+\.)*techarena.in* [NC]
RewriteRule /* http://%{HTTP_HOST}/gallery/index.php [R,L]
But my gallery can be accessed 2 ways:
http://gallery.techarena.in and
http://www.techarena.in/gallery/
Can you help change the above quries better way ?
Thanks again omegatron.
P.S. I removed the .htaccess password protection on my gallery, now again i see those nasty crawlers hogging around :/