Hi!
I'm wondering if there's a way to allow hotlinking for thumbnails and ban it for everything else. My thumbnails have the following syntax.
filename-150x150.jpg
Thanks in advance
Hi!
I'm wondering if there's a way to allow hotlinking for thumbnails and ban it for everything else. My thumbnails have the following syntax.
filename-150x150.jpg
Thanks in advance
I came up with a solution. Put the following lines in the .htaccess file:
RewriteCond %{REQUEST_URI} !-150x150\.jpg$
RewriteRule .*\.(jpg|jpeg)$ - [F,NC]This topic has been closed to new replies.