Published on : October 4, 2014 by Felix
Sometimes you may come across the issue that the temporary URL not working for the PHP file. On servers running FastCGI as PHP handler, it is not possible to run PHP files via temporary url such as http://SERVER_IP/~username/index.php . But you will be able to view HTML files. Before you proceed make sure the web hosting company allows […]
Published on : July 17, 2014 by Geo Paul
If you are running a WHM/cPanel and have FastCGI enabled in Apache you may find the following error which caused your website to hang and display the ’500 Internal Server Error’ message. Let us see how to fix this FastCGI 500 error, 1. Open .htaccess for the account and add the following lines. 2. Source […]