Categories
guides

Manually Installing Apache/MySQL/PHP on Windows (DEV ONLY)

For Development Only I’m not a security expert, but I try to be security conscious. This guide was created for the purpose of local development on my own computer, not to host any site that any other computer would connect to. There was no security precautions taken, and this should not be presumed to be […]

Categories
guides

IIS Redirect HTTP to HTTPS Rule

Requirements URL Rewrite rule installed in IIS Steps Select desired website in IIS Open URL Rewrite option from the Features pane Click Add Rule(s)… Select the Blank Rule template Name it something appropriate, such as HTTP to HTTPS From the Match URL section, set: Set Requested Url to Matches Pattern Set Using to Regular Expressions […]