I want to allow certain referers using .htaccess (or anything similar)
For example when the user is coming from mydomain1.com is allowed to enter but if coming from mydomain2.com is not....
Example:
Am I crazy?
For example when the user is coming from mydomain1.com is allowed to enter but if coming from mydomain2.com is not....
Example:
Code:
<Limit GET> order deny,allow deny from all referer allow from [url]http://yourdomain.com/[/url]* </Limit>


Comment