magnatique
07-28-2001, 11:23 AM
guys, I have some kind of problem on my server..
I need my pages to be built with a symlink...
the symlink is in my html folder, and is named "img" and leads to say "/home/www/fng/img1" for example
now, everything works fine... BUT, if I put a HTACCESS in order to block hotlinking in that directory, it sort of sees the access to the pics not from the allowed domains or something..
here's a copy of my htaccess, anyone got an idea?
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.freenudegalleries.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://freenudegalleries.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://free.freenudegalleries.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://free.loneisland.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.loneisland.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://flex.loneisland.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://loneisland.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.clicks4galleries.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://clicks4galleries.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.sexisfundude.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://sexisfundude.com/.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$|.*[Mm][Pp][Gg]$|.*[Mm][Oo][Vv]$|.*[Aa][Ss][Ff]$|.*[Mm][Pp][Ee][Gg]$|*.[Ww][Mm][Vv]$ http://www.freenudegalleries.com/
I need my pages to be built with a symlink...
the symlink is in my html folder, and is named "img" and leads to say "/home/www/fng/img1" for example
now, everything works fine... BUT, if I put a HTACCESS in order to block hotlinking in that directory, it sort of sees the access to the pics not from the allowed domains or something..
here's a copy of my htaccess, anyone got an idea?
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.freenudegalleries.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://freenudegalleries.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://free.freenudegalleries.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://free.loneisland.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.loneisland.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://flex.loneisland.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://loneisland.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.clicks4galleries.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://clicks4galleries.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.sexisfundude.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://sexisfundude.com/.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$|.*[Mm][Pp][Gg]$|.*[Mm][Oo][Vv]$|.*[Aa][Ss][Ff]$|.*[Mm][Pp][Ee][Gg]$|*.[Ww][Mm][Vv]$ http://www.freenudegalleries.com/