Redirect code

admin

Administrator
Staff member
Hi All,<br />
<br />
Is there any way that a html page can only be accessed from one URL.<br />
<br />
I am trying to set up a system that will allow a user to select to purchase an item from my site, click on the BUY link, it then goes to my ClcikBank account, the payment process is done and they can redirected back to a page with the downlaod item on it.<br />
<br />
But I do not want users going directly to the downlaod page.<br />
<br />
Can anyone help<br />
<br />
Thanks in advance.<br />
<br />
Dereck<br />
<br />
Keep safe and well<!--content-->I think what you are looking for is called a "valid referrer id" but I do not know how to set one up for sure. Maybe try a search with those terms. I know that for most online transactions, merchant accounts will only accept transactions from one url and that is done byt the method I mentioned. I suppose it would be some dort of server side valicdation of the incoming url to either allow the page to be loaded or not loaded depending on where the request for the page came from.<br />
<br />
HTH<br />
<br />
MNS<!--content-->
 
Back
Top