|
had to workaround
In case anyone was interested..
It's a PHP configuration issue at ivhosting.com, running in CGI mode. Since the host is unwilling to change it, I had to rework the code to not use PHP_AUTH_USER / PHP_AUTH_PW authentication. Instead, I created a login page, validated login information, and use a session for authentication.
So some of the canned php applications don't work without modification, but I haven't had to switch hosting providers (yet).
|