![]() |
Allow hotlinking from specifick domain?
Is it possible to allow hotlinking from a specific domain?
For example i want the domain hot.com to be able to hotlink all my pictures that i host on pictures.com Right now i have .htaccess set up to disallow all hotlinks, how can this be changed? |
Yes.
You must ask your secretary. |
Quote:
perhaps, and in the future you should ask mommy before you use her computer |
This is possible, run a google.com search on "htaccess generator" and you will find what you seek.
|
RewriteEngine off
RewriteCond %{HTTP_REFERER} !^http://your.com.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.your.com.*$ [NC] RewriteRule .*(gifjpgGIFJPGjpegJPEG)$ [F] ErrorDocument 400 http://www.your.com/hotlinkler.html :2 cents: |
try my program..
does that and 100x more link in sig |
All times are GMT -7. The time now is 07:54 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123