Hi,
I was wondering what the difference is in going to a site using either this:
http://www.domain.com/
or this:
http://www.domain.com
When you use the second url (the one without the "/" et the end) the graphics will show as broken images.
I have put up this htaccess:
RewriteEngine On
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^http://.*domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://ip/.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.nohotlink.com/ [R,L]
I would like to adjust the .htaccess so it will allow showing graphics if an url is accesed with this url:
http://www.domain.com
Any help is welcome
I was wondering what the difference is in going to a site using either this:
http://www.domain.com/
or this:
http://www.domain.com
When you use the second url (the one without the "/" et the end) the graphics will show as broken images.
I have put up this htaccess:
RewriteEngine On
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^http://.*domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://ip/.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.nohotlink.com/ [R,L]
I would like to adjust the .htaccess so it will allow showing graphics if an url is accesed with this url:
http://www.domain.com
Any help is welcome

Comment