Allow access to php file only if redirected
Asked By
0 points
N/A
Posted on - 10/19/2014
Is it possible to disallow direct access to a PHP file and allow the access only if it's redirected from other PHP file? For example, access to loading.php should be only allowed if it's redirected from example.php page. How how can I do that? I hope you understand what I mean. If not, please ask me, and I will try to explain better.