Tag Archives: seo

Add www in-front of your domain using IIS

If you are using IIS you can use the snippet below in your web.config to add www. in-front of your domain if it is not already present.

Please keep in mind that to use the snippet below you will need to have URL Rewrite module installed and enabled.

Force HTTPS using IIS

Google announced in their blog that it will start favoring websites that use HTTPS. Google ranking and increased security for your users is two major reasons why you should consider getting an SSL certificate and moving your website to HTTPS.

If you are using IIS you can use the below snippet in your web.config in order to redirect all HTTP requests to HTTPS.

For your convenience, in case you are not familiar how to use the snippet below, I have attached an image to illustrate how the rewrite rule will look using IIS’s interface, so if you are having trouble with the web.config, simply mirror the details in the image.

Please keep in mind that to use the snippet below you will need to have URL Rewrite module installed and enabled.

Force HTTPS using .htaccess

As mentioned in a previous article, Google announced in their blog that it will start favoring websites that use HTTPS. Google ranking and increased security for your users is two major reasons why you should consider getting an SSL certificate and moving your website to HTTPS.

If you are using an Apache web server you can use the snippet below in your .htaccess file in order to redirect all HTTP requests to HTTPS.