Jaz
09-17-1999, 04:59 AM
Add this to your htacess file it prevents hotlinking of images and html..Good idea for us all anyway....
--------------------------------------------------
# Rewrite Rule for images
RewriteCond %{HTTP_REFERER} <URL of page accessing your domain>
RewriteRule ^(.*)$ http://<same as above URL>
------------------------------------------------------------
--------------------------------------------------
# Rewrite Rule for images
RewriteCond %{HTTP_REFERER} <URL of page accessing your domain>
RewriteRule ^(.*)$ http://<same as above URL>
------------------------------------------------------------