[PHP] interact with .htaccess

2003-06-16 Thread Miguel Angelo
me Thankx any way Miguel From: James Hicks [EMAIL PROTECTED] To: Peter Berglund [EMAIL PROTECTED] Date: Sun, 15 Jun 2003 10:55:33 -0400 CC: [EMAIL PROTECTED] Subject: Re: [PHP] Re: interact with .htaccess I think what you really want to do is place your downloadable files in a directory

[PHP] interact with .htaccess

2003-06-15 Thread Peter Berglund
I want to send user and password from php to a protected directory. For example: If I go directly to the directory I get a popup to enter user and password, the normallt way. But if I go through a php-script that checks if I'm a valid user from a database I will get access to the folder. So i

Re: [PHP] interact with .htaccess

2003-06-15 Thread Ernest E Vogelsinger
At 12:28 15.06.2003, Peter Berglund said: [snip] I want to send user and password from php to a protected directory. For example: If I go directly to the directory I get a popup to enter user and password, the normallt way. But if I go through a php-script