Re: [PHP] PHP logging into htaccess Auth

2004-03-08 Thread daniel
> > How exactly does your protection scheme work? The directories with the flash videos are protected using htaccess > > If you're using PHP to read files (from a .htaccess protected > directory) there is no need to use: > > username:[EMAIL PROTECTED]/directory/to/protect > > PHP is not subjec

Re: [PHP] PHP logging into htaccess Auth

2004-03-08 Thread Jason Wong
On Tuesday 09 March 2004 07:50, [EMAIL PROTECTED] wrote: > > username:[EMAIL PROTECTED]/directory/to/protect [snip] > Is there any other possible way to login dynamically with a script to > access files ? If not i'll have to store the files outside the web > directory and header load them. These

RE: [PHP] PHP logging into htaccess Auth

2004-03-08 Thread Sam Masiello
I believe that using "http://"; in the front of the URL is required when using this syntax. --Sam [EMAIL PROTECTED] wrote: > Hi there i am having issues trying to get php to log into a htaccess > protected directory. I used be able to simply have the username and > password in the url like > u

Re: [PHP] PHP logging into htaccess Auth

2004-03-08 Thread daniel
> Hi there i am having issues trying to get php to log into a htaccess > protected directory. I used be able to simply have the username and > password in the url like > username:[EMAIL PROTECTED]/directory/to/protect > > now i get invalid syntax, any ideas ? > > -- > PHP General Mailing List (http