-
- A failure in the RAID array on this VPS node has caused an outage.
- View past announcements
Enter your account area if you are registered
Browse our Knowledge base by Topic or Search
Having a problem? Our support staff can assist
Browse the Products & Services we offer
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Add the above code to the top of your .htaccess file redirect all http traffic to https
When migrating a website to our servers you will usually want to preview the site before changing the DNS.
You can change your "hosts" file to force your PC to resolve your domain to the new server while everyone else continues to see the site on the old server:
Here is how to do it on MAC:
You may either type Terminal on the Spotlight, or by going into Applications -> Utilities -> Terminal.
In the terminal window you just opened copy/paste the command string below, and press return.
sudo nano /private/etc/hosts
You'll be prompted to enter your Mac user's password. NOTE: you won't see the cursor move. This is normal, so press return when done.
SERVER_IP_ADDRESS domain.com
SERVER_IP_ADDRESS www.domain.com
For example, it should look like:
199.38.112.234 google.com
199.38.112.234 www.google.com
Make sure that there is a space between the IP and the URL! Otherwise, the rule will not work.
Be sure to place domain.com with your actual domain name. If you're not sure which IP address to use, please contact our Support Department for further assistance.
dscacheutil -flushcache
This completes the hosts file modification, so you should now be able to see your site here with us using your domain in your browser's address bar.
When testing is complete you may undo these changes by repeating the steps above but removing the information entered in step 3.
|
|
|
|
|