Shared Hosting: Getting Started Guide
Shared Hosting: Getting Started Guide
Shared Hosting
Your First Website Online
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 1
Shared Hosting// Getting Started Guide
Distribution of this work or derivative of this work is prohibited unless prior written permission is obtained from the copyright holder.
All other trademarks and copyrights are the property of their respective owners.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 2
Shared Hosting// Getting Started Guide
Table of Contents
Introduction 5
SECURITY INFORMATION! 5
GETTING HELP! 6
OTHER RESOURCES! 8
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 3
Shared Hosting// Getting Started Guide
Troubleshooting 23
WHY CANʼT I UPLOAD MY WEBSITE?! 23
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 4
Shared Hosting// Getting Started Guide
Introduction
Now that you've purchased a shared hosting account, you're probably anxious to get started and
set it up. This guide assists you in getting your website up and running quickly. Along the way,
we also pass on some general hosting information you can use to impress your friends.
Your hosting account shares server space and resources with other accounts, hence the term
shared hosting. This contrasts with dedicated hosting, which has only one user per server.
Shared hosting’s benefits are we maintain the server and it’s easy to use.
SECURITY INFORMATION
To prevent someone from manipulating or abusing your hosting account, we recommend you
create a strong password. However, if your password has been compromised, you can change it
through the Hosting Control Center.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 5
Shared Hosting// Getting Started Guide
5. To change your hosting account password, enter and confirm a new password, and then click
Update.
• Cannot contain backslashes, colons, single quotes, double quotes, spaces, or the caret
symbol ( ^ ).
GETTING HELP
After your account is set up, you can get assistance from our Help Center.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 6
Shared Hosting// Getting Started Guide
5. In the Get Help - Select Your Product section of the Help Center, click Hosting & Servers
and select Web Hosting.
The Hosting Control Center also provides context-sensitive help through question mark icons
that appear beside select form fields. When clicked, these icons provide additional information
and/or explanation.
You can also contact Customer Support directly for answers to your questions.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 7
Shared Hosting// Getting Started Guide
OTHER RESOURCES
Use these resources to learn more about programming your shared hosting account:
W3Schools® http://www.w3schools.com/
A free repository of Web programming tutorials on topics from XHTML to PHP.
DevGuru™ http://www.devguru.com/
DevGuru is an exhaustive Web programming reference website.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 8
Shared Hosting// Getting Started Guide
The Account Manager is where you manage account administrative functions and
hosting-related products such as email. The Hosting Control Center is where you
configure hosting-account functionality.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 9
Shared Hosting// Getting Started Guide
Password & Confirm password — Enter the password you want to use to access your
hosting account with FTP and to log in to the Hosting Control Center directly.
(Optional) SSL credits — If you have SSL credits in the same account as the domain name you
want to use, select the SSL credit you want to use with this hosting account.
This is the User ID and password that you use to connect to your hosting account
with an FTP client. This is also the data you need to access your free Web Statistics.
Hosting account setup generally occurs in 30 minutes but can require up to 24 hours. We’ll send
you an email with your account information when it is set up and ready to use.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 10
Shared Hosting// Getting Started Guide
The Status field displays the current status of your hosting account. In general, the following are
the different types of account status that you'll see:
Initialize Account You still need to set up your hosting account. To set up your
hosting account, click Launch next to the account you want to
set up.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 11
Shared Hosting// Getting Started Guide
Pending DNS Your domain name’s nameservers must be set correctly. For
more information, see Setting Your Name Servers below.
Pending Account Change This account status displays whenever you have upgraded or
downgraded your hosting account.
Pending Setup This account status displays after you have set up your
account. It may take up to 24 hours for us to configure your
hosting account before you can use it.
Setup Your account is set up. You may still have to wait up to 48
hours before you can upload files to your account (FTP), set up
databases, or configure your website.
Once your hosting account is set up, you can log in to the Hosting Control Center to manage
your account, set up databases, and install various website features.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 12
Shared Hosting// Getting Started Guide
When you’re setting up or changing your domain name’s DNS settings, it can take up to 48 hours
for the Internet to recognize the change, known as propagation.
Set your nameservers with the company that you used to purchase your domain name. If you
purchased your domain through us and it’s in the same account as your hosting, we update your
nameservers automatically.
The default nameservers for your hosting account depend on the date you set up your hosting.
Use this list to determine your default nameservers:
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 13
Shared Hosting// Getting Started Guide
If your domain is not registered through us, contact your registrar for information about
changing your domain name’s nameservers.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 14
Shared Hosting// Getting Started Guide
Below is an example of what your Hosting Control Center looks like when you first log in:
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 15
Shared Hosting// Getting Started Guide
1. Open a plain text editor. If you use Microsoft Windows, open Notepad (Start > All Programs
> Accessories > Notepad). If you use an Apple computer, open TextEdit.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 16
Shared Hosting// Getting Started Guide
2. Type the following lines of code (HTML) into your plain text editor:
<html>
<head>
<title>My New Website</title>
</head>
<body>
<h1>This is My New Website</h1>
<p>Hey! Welcome to my website. I wrote this
code all by myself. Stay tuned.</p>
</body>
</html>
3. Save your file as index.html (all lowercase). Some editors try to save your file as “index.txt”
but you should be able to override this by typing the file name when you save your HTML
page. If not, you can manually rename your file after you save it.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 17
Shared Hosting// Getting Started Guide
There are also a number of commercial tools available that help you create a website even if you
don't know HTML. These are called WYSIWYG (pronounced whi-zee-wig) or What-You-See-Is-
What-You-Get editors. Macromedia Dreamweaver® and Microsoft FrontPage® are two examples
of WYSIWYG editors.
There are many free FTP clients available on the Internet you can use to transfer your files. If you
only need to upload a few simple files, you can also use the Web-based FTP client available in the
Hosting Control Center.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 18
Shared Hosting// Getting Started Guide
4. Under the Content section of the Hosting Control Center, click the FTP Client icon.
5. If a security certificate
window displays, click
Yes or Trust to accept
the certificate and open
the FTP program. In
general, this is what the
FTP program looks like
when you open it for the
first time:
7. Click the >> arrows to upload the index.html file to your hosting account.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 19
Shared Hosting// Getting Started Guide
After you upload your file, open a new Web Browser window and type the URL to your file in the
address bar. Your URL should look like this:
If not, you may still need to wait for your hosting account to complete the setup process.
If you continue to have problems uploading your file, or you cannot see your index.html page,
contact customer support.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 20
Shared Hosting// Getting Started Guide
• FileZilla
• Fetch (Mac)
• gFTP (Linux)
After downloading and installing one of these clients, you can use it to connect to your hosting
account. Below are some basic settings you need to know, regardless of the FTP client you use:
FTP User Name This is the user name for your hosting account.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 21
Shared Hosting// Getting Started Guide
Start Directory Some FTP clients will ask for a “Home” or “Start” directory. Our
hosting service does not require this. Simply leave the box blank or
enter a single forward slash (i.e., /).
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 22
Shared Hosting// Getting Started Guide
Troubleshooting
Sometimes you do all the preparations to get your website up and running, and something just
doesn’t work. We have identified some of the most common pitfalls, or problems, that you may
experience. This section presents important information and recommendations for fixing these
problems.
Use your hosting account password to upload files. Change your password through the Hosting
Control Center.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 23
Shared Hosting// Getting Started Guide
4. Under the Settings section of the Hosting Control Center, click the Account Login icon.
5. To change your hosting account password, type a new password in the fields and click
Update.
You must upload files to the appropriate directory in order for your website content to show up.
Depending on your FTP client, you may be asked for a "home" or "start" directory. Our hosting
service doesn’t require this, so leave that field blank. If your client requires a value, enter a single
forward slash (i.e., /).
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 24
Shared Hosting// Getting Started Guide
When someone types your domain name into a Web browser, the default home page should
display. This page must have a name that is supported by our hosting servers. Use one of the
following names:
Typically, there are two reasons why images do not display properly. Either your image was not
uploaded to your Web server or the path to the image is incorrect. Check these two things to
make sure the image is uploaded correctly:
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 25
Shared Hosting// Getting Started Guide
• Double-check that the path to your image and the name of the image are the same, including
the use of uppercase and lowercase letters. If these names are not identical, the server cannot
find your image.
• When the server cannot find an image, a red X displays. Right-click on the red X and select
properties to see the link to the image.
If you create your website pages on your local computer, the code needs to adjust for the change
that occurs when you upload site content. Web page URLs, image paths, and database names can
all be environment-sensitive.
We recommend using relative URLs when linking to Web pages. Relative URLs identify a Web page
in relation to, or in the context of, the current page. Because they do not reference the domain
name, relative URLs do not require modifications when changing environments.
If you registered your domain through us, your DNS records were automatically updated when
you set up your hosting account. If you registered your domain name somewhere else, double-
check that the nameservers are correct.
Browsers can cache Web pages. To clear the cache and refresh your page, press CTRL + F5 on
your keyboard.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 26
Shared Hosting// Getting Started Guide
4. Under the Statistics section of the Hosting Control Center, click the Configure Web
Statistics icon.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 27
Shared Hosting// Getting Started Guide
6. The enabling process will begin automatically. It may take up to 30 minutes to take effect in
your account.
After enabling Web Statistics for your site, it might take 24 hours before it begins collecting data.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 28
Shared Hosting// Getting Started Guide
5. Select Reset.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 29