astoller Posted November 28, 2006 Posted November 28, 2006 Hi I got the message php.ini needs enbabled. So I added the last line in the code below. (php_flag.....) Now I get an internal server error message. What should i do to make it run? Thanks Arthur <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> php_flag register_globals 1
crash3903 Posted November 28, 2006 Posted November 28, 2006 Hi I got the message php.ini needs enbabled. So I added the last line in the code below. (php_flag.....) Now I get an internal server error message. What should i do to make it run? Thanks Arthur <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> php_flag register_globals 1 Disable that again and try this You may need a server restart so if you are on shared hosting this may not be possible In which case use the register globals patch that you will find in the contributions section Regards Mark A Reynolds
Recommended Posts
Archived
This topic is now archived and is closed to further replies.