Greetings, I've been using .htaccess successfully on a subdirectory in cgi-bin and the PERLs that reside within behave as they should. When accessed, the user is prompted for name and password and then the pl works as is should.
On the very same machine, I created another directory, copied the same htaccess file into it and placed some php files within. When the php file is requested, I get the security prompt but the credentials are incorrect and the php fails. This one is making me crazy. The only thing I can figure is that these two config.ini settings are coming into play: Use Unix crypt = true Use MD5 crypt = false Where php is looking for MD5 passwords but they are Unix so they fail. There are a whole lot of users in my htpasswd file that I don't want to have to recreated. If this is actually the problem, anyone have any ideas as to how to solve this dilema? (Sambar 5.3 on W2K, PHP 4.3) Thanks, Brian ------------------------------------------------------- To unsubscribe please go to http://www.sambar.ch/list/
