Search found 1 match

by beeman000
Fri Jan 28, 2005 7:27 am
Forum: PHP - Code
Topic: PHP & .htaccess
Replies: 1
Views: 469

PHP & .htaccess

I have built a login script to a secure part of a website. Once the user logs in they are presented with files they can download. I want to protect these files from being directly downloaded by specifying the direct url, so i added a .htaccess file to control that. However this, of course, causes th...