Website Getting Started Guide
Website Getting Started Guide
Shared Hosting
Your First Website Online
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 1
Distribution of this work or derivative of this work is prohibited unless prior written permission is obtained from the copyright holder.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 2
Table of Contents
Introduction
SECURITY INFORMATION!
GETTING HELP!
OTHER RESOURCES!
10
12
14
15
15
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 3
17
17
20
Troubleshooting
22
22
23
26
26
27
27
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 4
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 hostings benefits are we maintain the server and its 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.
After resetting your password, it may take up to 30 minutes to take effect.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 5
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 6
GETTING HELP
After your account is set up, you can get assistance from our Help Center.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 7
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
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.
2. Click Web Hosting.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 9
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.
Hosting account setup generally occurs in 30 minutes but can require up to 24 hours. Well send
you an email with your account information when it is set up and ready to use.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 10
Pending DNS
Pending Setup
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 11
Setup
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
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 13
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 14
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 15
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 16
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-IsWhat-You-Get editors. Macromedia Dreamweaver and Microsoft FrontPage are two examples
of WYSIWYG editors.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 17
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 18
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 19
FileZilla
Fetch (Mac)
gFTP (Linux)
FTP Password
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 20
Website URL
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 21
Troubleshooting
Sometimes you do all the preparations to get your website up and running, and something just
doesnt 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.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 22
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.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 23
default.htm
default.asp
index.php
home.htm
welcome.html
index.htm
index.html
index.jsp
index.shtml
home.html
welcome.htm
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.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 24
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.
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 25
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 26
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 27
AKJZNAzsqknsxxkjnsjx
Getting Started Guide
Page 28