General guides that do not fit any other categories
How to apply for free SSL certificates?
Look, SSL certificates used to be this expensive pain that agencies avoided unless absolutely necessary. Not anymore. Google basically forces SSL now - browsers throw scary warnings at visitors, ranki...
Written by Ella McMorran
How to force https using .htaccess?
In order to force https for all your pages you need to add the following lines to your .htaccess file: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R=3...
Written by Henry Blake
Setting up Vanity/Dedicated Name Servers
Warning This article is now deprecated and is here for reference only. You can now setup vanity dns name servers following the instructions in this link...