![]() |
|
#1
|
|||
|
|||
|
Hi,
There is a feature in CPanel which, when activated, will protect against hotlinking by letting you specify which websites can use your files. I am wondering if there is a way to make it work the opposite way...I want to specify certain websites which cannot use my files. Any ideas? This can be through CPanel or anything else. freaks |
#2
|
|||
|
|||
|
Hello,
You may try to edit the .htaccess file in the home directory of your hosting account. For example, to stop BandDomain1.com, BandDomain2.com and bandDomain3.com to hotlinking your files: RewriteEngine On RewriteCond %{HTTP_REFERER} ^http://(www\.)?BandDomain1\.com/ [NC,OR RewriteCond %{HTTP_REFERER} ^http://(www\.)?BandDomain2\.com/ [NC,OR RewriteCond %{HTTP_REFERER} ^http://(www\.)?BandDomain2\.com/ [NC |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|