Getting .htaccess Information...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Mr. Tech
Forum Contributor
Posts: 205
Joined: Tue Feb 11, 2003 4:18 pm
Location: Australia

Getting .htaccess Information...

Post by Mr. Tech »

Is it possible to get the username and password entered in a .htaccess protected folder?

Thanks :D
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

The usernames/passwords are stored in a .htpasswd file, and the passwords and encrypted. So you're out of luck. :cry:
Image Image
Post Reply