Quote:
|
Originally Posted by pcpro17 Hello. I would like to configure my .htaccess file to protect .jpg and .gif images from being hot-linked. For some reason, it is not working. |
I had a similar issue on a server I admin. I use Apache 2.0.59 as the web server and I found I had to specify an "
AllowOverride [something]" directive in the virtual host definition of the site I wanted to prevent hot-linking on in order for the .htaccess file to be processed.
So, I would put other directives in your .htaccess file to make sure .htaccess is even being read and processed. There is also a
RewriteEngineLog directive you can possibly utilize to get error messages regarding your Rewrite rules. You might need to ask your website hosting service tech support for help with this.
Good luck!
Peace...