foreverl Posted August 8, 2008 Share Posted August 8, 2008 Hi, My goal is to move a php script from the old server to a new server and I have some problems getting the script to work correctly. From the phpinfo on the two server, I could see that the following values are different: _SERVER["HTTP_COOKIE"] no value _SERVER["AUTH_PASSWORD"] no value _SERVER["AUTH_TYPE"] no value _SERVER["AUTH_USER"] So my question is: How do I change the value for those fields in the PHP Variables section? The old server have _Server["AUTH_TYPE"] negotiate Thank you in advance. Quote Link to comment Share on other sites More sharing options...
trq Posted August 9, 2008 Share Posted August 9, 2008 You need to install the mod_negotiate module for Apache. Nothing to do with php. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.