Monthly Archives: October 2022

Installing PHP on IIS

First, we need to access the PHP website for Windows. Locate and download the Non-Thread Safe (NTS) versions of PHP. In our example, the following file was downloaded: php-7.2.9-nts-Win32-VC15-x86.zip. Create a directory named PHP on the root of your C drive. Extract the … Continue reading

Posted in PHP | Comments Off on Installing PHP on IIS

PHP on IIS in Windows

Click Internet Information Services Click World Wide Web Services Click Application Development Features Tick CGI Wait for the changes to be applied. Step 2: Download PHP Go to: https://windows.php.net/download/. Choose 64 bit version. It should be Non Thread Safe, because it … Continue reading

Posted in PHP | Comments Off on PHP on IIS in Windows

How to Install and Configure Your SSL Certificate on Windows Server

Using IIS 10 to Create Your CSR In the Windows start menu, type Internet Information Services (IIS) Manager and open it. In Internet Information Services (IIS) Manager, in the Connections menu tree (left pane), locate and click the server name. On the server name Home page (center pane), in … Continue reading

Posted in godday, SSL | Comments Off on How to Install and Configure Your SSL Certificate on Windows Server

Manually install an SSL certificate on my IIS 10 server

Convert your .crt file to a .cer file Locate your downloaded .crt file, and double-click to open it. Select the Details tab, and then the Copy to File button. Select Next in the Certificate Wizard. Select Base-64 encoded X.509(.CER) and then select Next. Select Browse, locate where you want to save your .CER file, … Continue reading

Posted in godday, SSL | Comments Off on Manually install an SSL certificate on my IIS 10 server

Redirect HTTP to HTTPS with Windows IIS 10

Download and install the IIS URL Rewrite module, then launch IIS Manager. Select the website you want to apply redirection to, then double-click URL Rewrite. Click Add Rule(s)… Select Blank rule in the Inbound rules section, then click the OK button. Give your redirect an easy-to-remember name. In the Matched URL section: … Continue reading

Posted in godday, SSL | Comments Off on Redirect HTTP to HTTPS with Windows IIS 10