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. Link to comment https://forums.phpfreaks.com/topic/118847-how-to-change-php-variables/ 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. Link to comment https://forums.phpfreaks.com/topic/118847-how-to-change-php-variables/#findComment-612157 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.