Jump to content

block referrer URL from my domain


ge3k

Recommended Posts

I have two domain names points to an IP address
domain1.com and configured with A resource record and
domain2.com and configured with cname resource record and points to domain1.com

I want a folder on the server to only be opened with domain2.com cant be opened with domain1.com

for exmaple
I want vistors from "domain1.com/folder" see not found message.
and vistors from "domain2.com/folder" see the files in that folder.

I tried to configure .htaccess file and and put it in "/[b]folder[/b]"
[code]
<Limit GET>
order deny,allow
deny from .domain1.com
allow from .domain2.com
</Limit>
[/code]
but nothing happened.

Is there a soultion using "HTTP_REFERER".
please help?
Link to comment
https://forums.phpfreaks.com/topic/7615-block-referrer-url-from-my-domain/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.