FAQ
Redirect from non-www to www
We’re often asked how to achieve this, whether it be to prevent duplicate content or force a site to use your SSL. This is really easy to do, open up the .htaccess in the public_html folder of your site and add: RewriteEngine on RewriteCond %{HTTP_HOST} !^www.your_domain.com$ RewriteRule ^(.*)$ http://www.your_domain.com/$1 [R=301] This will redirect any requests [...]
How do I get to be number #1 in Google? (Kids in the Playground!)
This must be the single most common question we’re asked every month! We generally tell people that there are two answers to this: You pay Google to be there (see Google Adwords), or You become “popular” enough to be there (see below). Google is trying to mimic human thought and interaction in a lot of [...]
FAQ: Transfer or Update Nameservers?
This is a common question we hear during the order process… “Should I choose to transfer my domain to you, or just update my nameservers?” The answer is really down to you and how much control you have over your domain! Transferring Domains Transferring a domain means moving it from your existing domain supplier to [...]