leblover
Verified User
- Joined
- Apr 22, 2004
- Messages
- 26
hi all
in cpanel there is somthing name HotLink
it make protion to the images so no one can copy the link and us it out ur site
and when u enable it,
it crate .htaccess with this code in the public_html
so what i did is :
i make this code in cpanel and i copy it to my direct admin site
but nothing happend
no error nothing
and the images stille show in any other site
by the way
RewriteEngine is on and i try anther code need RewriteEngine and it work
so if this code work with direct admin so how i make it work ?
or if it did not work how can i do any other code give me the same protion ?
so i have any help here abut it pls ?
in cpanel there is somthing name HotLink
it make protion to the images so no one can copy the link and us it out ur site
and when u enable it,
it crate .htaccess with this code in the public_html
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^[url]http://leblover.com/.*[/url]$ [NC]
RewriteCond %{HTTP_REFERER} !^[url]http://leblover.com[/url]$ [NC]
RewriteCond %{HTTP_REFERER} !^[url]http://www.leblover.com/.*[/url]$ [NC]
RewriteCond %{HTTP_REFERER} !^[url]http://www.leblover.com[/url]$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ [url]http://www.leblover.com/test.jpg[/url] [R,NC]
so what i did is :
i make this code in cpanel and i copy it to my direct admin site
but nothing happend
no error nothing
and the images stille show in any other site
by the way
RewriteEngine is on and i try anther code need RewriteEngine and it work
so if this code work with direct admin so how i make it work ?
or if it did not work how can i do any other code give me the same protion ?
so i have any help here abut it pls ?
Last edited: