Can this be done?
Let me explain. Say I want my user to see a page on my site, but I only want them to be able to view it if they found it on a particular page.
EXAMPLE: Say I place a link from mysite.com to mysite.com/abc. If you click the link on mysite.com you can go to mysite.com/abc. But if you type in to your browser mysite.com/abc you get an error message (not allowed). If someone would place that link (mysite.com/abc) on another site and somesone clicks that link they would get the same error message.
It seems to me like you pass some information in the link on mysite.com and mysite.com/abc will only allow access to it if the URL has that info passed...... or mysite.com/abc can can have a script on it that will only allow traffic from mysite.com and all other referal traffic will be redirected to another page or display an error message.
I do not want a membership site where users have to sign in. Even though that may control the issue.
Thanks
Tim