I've got a php app that worked great under apache, due to corporate politics I need to load it on a Windows2000 server, running php4 and mysql.
Without re-coding the whole of the app is there a solution to use .htaccess .htpassword files and includes that already work?
What I would really like is to just change the config.php. I know I can use NT authentication and db authentication..............but as I say I didn't really want to recode the includes.