Welcome Guest, Not a member yet? Register   Sign In
Good solution for protecting image files in folder
#23

[eluser]slowgary[/eluser]
Found this site by googling: http://altlab.com/htaccess_tutorial.html

They've got the following htaccess that gives hotlinkers an alternate image...
Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?mysite\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpe [L]

Don't know about that 'jpe' extension though.


Messages In This Thread
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 01:40 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 01:51 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 01:53 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 01:56 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 02:00 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 02:15 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 02:29 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 02:32 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 02:40 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 02:47 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 02:59 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 03:05 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 03:09 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 03:11 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 04:16 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 04:51 PM
Good solution for protecting image files in folder - by El Forum - 02-15-2010, 05:02 PM
Good solution for protecting image files in folder - by El Forum - 02-21-2010, 08:15 AM
Good solution for protecting image files in folder - by El Forum - 02-21-2010, 08:42 AM
Good solution for protecting image files in folder - by El Forum - 02-21-2010, 09:37 AM
Good solution for protecting image files in folder - by El Forum - 02-21-2010, 09:51 AM
Good solution for protecting image files in folder - by El Forum - 02-21-2010, 10:36 AM
Good solution for protecting image files in folder - by El Forum - 02-21-2010, 02:31 PM
Good solution for protecting image files in folder - by El Forum - 02-21-2010, 04:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB