- something wrong with this redirect in .htaccess
- Posted by Nospam on March 22nd, 2006
It just says 404 not found instead of redirecting to the link in my domain
it is suppose to go ot:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.example.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://example.com/.*$ [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG|wav|WAV)$ http://www.example.com/index.html
[R]


