| ... you pay for loading your images on the web , and sombody else uses them free of charge | ...hotlinks |
| ||||
...clean your browser cache for proper testing.
← folder ot ... folder xt →
![]() hotlinked images above are not shown ! ... but available for the owner ↓ → |
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?ics-php.com(/)?.*$ [NC] RewriteRule .*\.(gif|jpg|jpeg)$ http://www.ics-php.com/ev/index.php [R,NC] | |||||
SetEnvIfNoCase Referer "^http://www.ics-php.com$" locally_linked=1 SetEnvIfNoCase Referer "^http://ics-php.com/" locally_linked=1 SetEnvIfNoCase Referer "^http://ics-php.com$" locally_linked=1 SetEnvIfNoCase Referer "^$" locally_linked=1 <FilesMatch "\.(gif|png|jpe?g)$"> Order Allow,Deny Allow from env=locally_linked </FilesMatch> |
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?ics-php.com(/)?.*$ [NC] RewriteRule .*\.(gif|jpeg|bmp)$ http://ics-php.com/1/yt/me.jpg [R,NC]
|
|
this image is replaced with another one ( ...me , if you please ! ...whether you like it or not ).
|
|
|||||