Skip to main content

Posts

Showing posts with the label IIS

Powershell: Install IIS

Run Powershell as Administrator, then run the command below to install IIS. Install-WindowsFeature Web-WebServer Check after installing Get-WindowsFeature *Web*

Choose PHP Thread Safe or Non-Thread Safe for IIS

If you are using PHP as FastCGI with IIS you should use the Non-Thread Safe (NTS) version of PHP.

IIS: Add MINE Type

Web font .woff2 IIS: add .woff2 font .json IIS: add .json extension file

IIS: Delete cached files on server running IIS

Delete cached files on server running IIS When changing css, javascript files, check to delete if IIS still caches old files in the default folder C:\inetpub\temp\IIS Temporary Compressed Files\<sitename>\$^_gzip_D^\ Apply to: IIS 8.5