Well ... This may sound strange, but I need to block direct access to a url inside my server, releasing it only when the user is redirected from another specific page.
This would be the scheme I'm trying to imagine:
The user accesses this page: myite.com/home.php?id=xxxxxxx In this page you will have a DOWNLOAD button, and when you click on it the user will be taken to: meusite.com/dl.php?id=xxxxxxx
So, I just want it to have access to * / dl.php if it is * / home.php Is there any way to do this?