|
BobbyDouglas -> RE: allowing clients to download files - Perl? PHP? (1/9/2005 18:06:24)
|
The issue seems to be with the captilized letters. Can you create the usernames in all lowercase? If so, this will work, and it will do exactly what you want, with ease. By entering in: http://DJohnson:ljh1@www.mwpics.com.au/clients/DJohnson/ It will submit the user/password for the www.mwpics.com.au/clients/DJohnson/ folder Basically what has been happening, is that it sends http://djohnson:ljh1@www.mwpics.com.au/clients/DJohnson/ The software on your server requires the authentication to be case sensative. At least that is what it looks like from my end. It does work, so I don't see why it woud not work for you. Did you shift+refresh? Btw, how are you configuring the passwords? Are you using some type of control panel?
|
|
|
|