PHP info page is not working
Introduction If your PHP info page is not reflecting changes on your VPS, it is usually due to the PHP configuration not being loaded correctly. This solution ensures that your custom php.ini file is properly applied using CGI. Prerequisites Implementation cp /usr/local/cpanel/cgi-sys/php5.cgi /home/username/public_html/cgi-bin cd /home/username/public_html/cgi-bin vi phpini.cgi Add the following… Continue Reading PHP info page is not working
