View Single Post
Old June 14th, 2005, 12:57 PM   #10 (permalink)
ehm
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 139
Got the problem.
The .htaccess file is the problem.
I just dont' know the solution:
--------------
RewriteEngine on
RewriteBase /
rewritecond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?imigrar\.com/ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp|js|zip|exe)$ http://www.imigrar.com/images/stolenimage.gif [R,NC]
-------------------------
ehm is offline   Reply With Quote