I want only my download.php file (on my wwebsite) to be able to download my Java.zip file So, I created the .htaccess file and inside there is:
<files Java.zip>
Order allow,deny
Deny from all
</files>
SO, when I go the the url http://my-website.com/Java.zip there is good an acces denied, that is good
but now, I want my PHP file to be able to download automatically Java.zip (in about 3 secondes after loading the page), so, how to do it ?
I made researches with google but I found nothing... I need help.