Hi,
We have a prtected folder on the server, and would like the users to be able to access the protected folder, on clicking of a link, and without having to enter the username and pwd. I guess its possible using PHP, can anyone please let me know how this can be done?
Thanks
Accessing protected folder
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
I am guessing that you mean that it is protected with HTTP authentication. The manual is of course the place to look for that:
http://www.php.net/manual/en/features.http-auth.php
http://www.php.net/manual/en/features.http-auth.php
(#10850)
Re: Accessing protected folder
Isn't the point of a protected folder to have it well.... protected?vivekjain wrote:without having to enter the username and pwd
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Protected Folder
Yes, it is to have it protected to the general public, but to people whom I want to give access, instead of them entering an username and pwd, would want them to just click on a link and gives them access