Hello! I have an file php who want direct access in that file nobody can have access,i dn't know if is possible to block....
<?php
header("location:/path/?id=".$_GET['id']);
?>
i put that in an embed page and run video avi.when i block direct access with htaccess video dont run.Is possible block direct access and the video who get from header run??.
Thank you in advance .