
-
- WiFi Sonicwall VPN - Dell switches wipe out/reset - identify domain controller - windows 10 key finder - Control Panel Tools -
Recent Posts
- wildcard renew for windows IIS
- fix drive and scan
- convert EDGE back to IE
- add users for ssh Google Cloud
- Protect Your Private Key
- How to Disable Directory Browsing on Apache
- How to Install Apache on CentOS
- creating redirects in an .htaccess file
- How to Enable & Set Up .htaccess File on Apache
- Disable TLS 1.0 and TLS 1.1 on Windows Server using CMD as admin
- cert not store in server certificate
- SSL v3 goes to the dogs – POODLE kills off protocol
- Disable TLS 1.0 /1.1 in Apache Server
- Open Control Panel Tools with Run Commands
- Outlook Stuck on Loading Profile
- Outlook won’t open or is stuck at loading profile
- How Do I Fix Outlook Stuck on Updating Inbox – A Complete Guide
- How can I renew Let’s Encrypt certificates
- Step-By-Step : How to configure email disclaimers in Office
- Add a Global Footer To Hosted Exchange on Office 365
- Exchange 365 disclaimer is being added multiple times
- disclaimer via html
- footer or disclaimer
- Using Multiple SSL Certificates in Apache with One IP Address
- How To Set Up Multiple SSL Certificates On a CentOS VPS With Apache Using One IP Address
- Centos 7 redirect http to https
- Track Email Messages With Office 365 Mail Trace
- Installing PHP on Windows 10 and IIS
- Installing PHP on IIS
Archives
- March 2026
- February 2026
- February 2024
- September 2023
- April 2023
- February 2023
- December 2022
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- August 2021
- February 2021
- August 2020
- July 2020
- April 2020
- February 2020
- January 2020
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
Categories
- 365
- Active Directory
- apache
- centOS
- Chosen Solution
- cleanning
- command line of linux
- command line of windows
- core
- DELL
- Exchange
- Fail2Ban
- godday
- Google Cloud
- Hyper-V
- IIS
- lets encrypted
- MIX drinks
- My Linux
- My Windows
- mySQL
- nagios
- Office 365
- Outlook OWA
- PHP
- PowerShell
- refrigerator
- Scripting
- SSH
- SSL
- tricks & tips
- ubuntu
- windows
- San Jose55°Feels like: 55°FCloudy6:36 am7:40 pm PDT
Wind: 6mph W
Humidity: 65%
Pressure: 29.99"Hg
UV index: 0MonTueWedThuFri64/50°F
64/48°F
66/50°F
70/48°F
72/48°F -
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
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
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


