I transferred website to new server(PHP Version 5.3.8) which had "Server API=CGI/FastCGI", website was working fine except one page(public_html/user/index.php). I got error:
http://www.un.org。
Then, I changed Server API to " Apache 2.0 Handler ", now I get blank white page. phpinfo( ) is showing me register_globals Off
The .htaccess in public_html/user/ has below content
#deny from all
#AddType application/x-httpd-php .html
#AddHandler x-httpd-php .html
#AddHandler x-httpd-php .htm
#AddType image/x-icon .ico
php_value display_errors On
#php_value register_globals On
php_value error_reporting E_ALL
#E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
旧服务器运行PHP5.2.8。
任何建议?