I see on many download servers virtual links created to specific IP for a specific amount of time.
I want to know if this is done by PHP or .htaccess, and how?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
.htaccessis just a means to set configuration directives for some popular webservers on a per directory basis.You need programming at some point. PHP is one option, there are many others, my preference would be Perl.
The solution basically boils down to: