> 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://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

Apologies, there is a hotfix in IE6, they changed this behaviour !!

http://support.microsoft.com/default.aspx?scid=kb;en-us;834489

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 are flash video files i am loading
externally into a main flash container which is why i need to put the login
information into the url to access the file. In particular i dont want a
cookie set so then the user can then be able to access the directory after
that, i only want the script to be able to access it .

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to