by admin | Jun 26, 2016 | IIS
After installing PHP on your IIS, you might be stuck with the following error : “Http Error 500.0 FastCGI process exited unexpectedly. ” This error occurs when the Visual C++ Redistributable file to handle CGI process is not present in the system. To...
by admin | Feb 19, 2015 | IIS, OpenSource, Servers
We have some situations in which we need to hide the extension of a webpage to the end users. Mostly this is concerned with the server security. Here we discuss about hiding the PHP extension of a wepage deployed in an IIS server . We can easily implement this in...