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 | Jun 22, 2016 | IIS, Microsoft Windows
Prerequisites: IIS 8.5 Installed PHP 7.0.X ( 64 Bit) installed to C:\Program Files\PHP via WPI. O.S :- Windows Server 2012 / R2 We are about to enable PHP ImageMagick extension with IIS ImageMagick is free Open source software for displaying, editing image files in...
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...