Month: February 2019

  • Create a http to https URL redirect in IIS with Powershell

    If you are hosting a website on IIS and would like your visitors to connect securely via https, whether they specify that in their browser or not, then there are a few steps you need to take. First of, you need to install your SSL certificate into IIS. Then install the URL Rewrite IIS module/extension…

  • My DevOps Journey, The Start

    I plan to document steps in my new role as a DevOps Engineer from the principles, practises and techniques, through to researching and learning new tools and how we implement all this in the company I work for. My career in IT started as an Analyst Programmer working in VB6, several further development positions followed…

  • Git repo and Visual Studio 2017

    When using Git as the source control system within Visual Studio, if you use a different location to create your local repos than the default it can be a pain to amend it each time. This post will show how the default repo location can be updated… The default location for Git repos in Visual…