Hi!
I'm not sure if this is right section for this, but feel free to move if so.
Im setting up a server on win2003, with php5.2.1 and apache2.2.4.
I have website, where users can create other users. This is done by php script which creaters folder for new user, copies index.php there and makes .htaccess & .htpassword files to this new folder. password to .htpasswd is made my crypt() function.
This used to work on other server, but now that i set up it on my own, it complains about password mismatch in the error_log.
Any ideas why this dosent work like on earlier server, where i had no problems? I can't get configs of earlier server, which would have possibly helped solving this..
-Tom