I have an EXE file on the server.
I want to give access only those who has register
After registration I send them and download link like .
download.php?id=154545
I checked in that file that user has register then allowed user o download file.
while file is downloading User can get the exact file path of the server How I can make it secure
if use put the direct path in the server it should not be download.
Thanks