|
E-mail

|
We
have many answers, but it is the questions we are having trouble
with!
A list of the more common ones is below.
If
you have a question that is not listed here, feel free to forward
it in the box below.
General
What
is the structure of the hosting account?
Account establishment
What is the process for transferring a domain name to you and
setting up a hosting account once I order?
I want
a new domain name and a hosting account. Once I order,
what happens?
E-mail
How
do I set up e-mail with the account?
I
need to configure my mail reading program so I can access
my e-mails What are the proper settings?
Secure server
How
do I use SSL?
Scripts
What
is the correct path to perl and other programs?
Where
do I put my cgi-bin scripts?
|
.
What is the structure
of the hosting account?
Every
customer gets his own password protected username. By logging in
to your username, you are able to gain access to your web storage
space
. Every username "owns" a structure of disk subdirectories in the
file
system. The "root" of this structure is the "home" directory, found
at path "/home/username". Inside the home directory is a
subdirectory named
"public_html". You have your own separate "public_html" subdirectory.
Any files placed in "public_html" are visible to remote browsers
over the
Internet. As many clients are used to having their main directory
referred
to as "www", we have created another directory www. When www is
attempted to be accessed, the directory is automatically redirected
to the correct public_html directory. For example, when a browser
asks for URL http://yourname.com/page.html, Apache looks
for the file /home/username/public_html/page.html and sends it out.
There are also a range of other files and directories in the home
directory. public_ftp. This is your anonymous ftp directory.
Users can only download from this directory the files that you place
there.
public_ftp/incoming. This is the anonymous user upload area.
_private. This is part of MS Frontpage Extensions. Please
do not alter. _vti_*.These are parts of MS Frontpage Extensions.
Please do not alter. public_html/cgi-bin. This is your cgi-bin
directory. Put all of your own scripts here. This is not the location
of the pre-installed scripts.
cpanel. This is your Control Panel. Please do not alter.
You may utilise the control panel through: http://www.yourdomain.com/cpanel/login
.xfm.This is your part of your Control Panel. Please do not
alter. You may utilise the control panel through: http://www.yourdomain.com/cpanel/login
.lists. This is your Mailing List information. Please do
not alter. You may utilise the control panel through: http://www.yourdomain.com/cpanel/login
.mail This is your Mail information. Please do not alter.
You may utilise the control panel through: http://www.yourdomain.com/cpanel/login
TOP
What
is the process for transferring a domain name to you and setting
up a hosting account once I order?
Upon receiving
an order from you we will e-mail you advising that we have received
you order. We will then commence setting up your account. The process
is as follows:
1. We configure one of our servers to recognise your domain name
so that the domain name can be transferred to our server. This can
be completed very quickly.
2. If you are transferring a web site you do not want it to be "down"
during a transfer, or you may have e-mail addresses that you wish
to keep activated. The next step is therefore to establish your
web hosting account and load a test page into your web hosting account.
3. We will then e-mail you advising that the web hosting account
has been established, and provide you with all your relevant account
information including IP address, password, and user name. You can
the upload your web site and establish e-mail settings through the
Control Panel.
4. We also provide you with instructions for transferring the domain
name. These instructions vary depending upon where your domain name
is registered. For example, for .com domain names only the existing
technical contact (likely to have been the company which registered
the domain for you) or administrative contact (which is likely to
be you) can transfer a domain. either you can e-mail the technical
contact and ask them to make changes, or we can direct you to the
exact url you need to go to and the information your require. For
other domains, for example, .co.nz either you can supply us the
Domainz authorisation key and we can make the transfer or you may
make the transfer. This process ensures as seamless a transition
as is possible. Please be aware of web hosting companies that advise
they can have an account established in "five minutes" or "less
than an hour". That is most likely true, and we could claim that
too, however it does take longer for all facets to come together
and for the web site to be actually be fully operational. TOP
I
want a new domain name and a hosting account. Once I order, what
happens?
We
will e-mail you advising that we have received you order. We will
then commence setting up your account. The process is as follows:
1. We configure one of our servers to recognise the domain name
that you want registered.
2. We will then register the domain name for you.
3. We will establish your web hosting account and upload a test
page to ensure the account is working perfectly.
4. We will then provide you with all your relevant account information
including the IP address, password, and user name. You can the upload
your web site and establish e-mail settings through the Control
Panel for your account. TOP
How
do I set up e-mail on the domain?
There are two common
methods of establishing e-mail on the domain. The first is to set
the default in the control panel under e-mail to the mailbox given
to you by your ISP, for example, tom@aol.com. Then all e-mail sent
to e.g. tom@yourdomain.com will automatically forward to tom@aol.com.
You can then change the mail identity settings in your e-mail program
(e.g. Netscape, Outlook Express, Eudora etc.) to tom@yourdomain.com,
and use that as your e-mail address. The second method is to set up
POP accounts for individual users which you may do in the Control
panel under e-mail, POP. Each user can choose their own password,
and you can access e-mail from anywhere. TOP
I
need to configure my mail reading program so I can access my e-mail's.
What are the proper settings?
Assume your
domain is fred.com.
SMTP = mail.fred.com
pop = username@fred.com *** Replace username with what the control
panel gave you as your login.
from = anyname@fred.com passwd = was chosen in "pass" field of control
panel pop setup TOP
How
do I use SSL on a web page or form?
Option 1 - With
a Webtechosting or 'safetopay'digital certificate.
If your file is normally http://www.yourdomain.com/orderform.htm then
to call up the page through a secure server, the page link must be
called https://safetopay.com/~yourusername/orderform.htm.
EG. for the domain slimming.com, using the safetopay secure server
and a user name of slim, the page link must be called https://safetopay.com/~slim/orderform.htm.
The "s" in https:// suggests an SSL related file. The orderform.htm
file is uploaded into your normal directory.
If the web page you are trying secure is a form, the action the form
performs must be a secure action as well Using the safetopay Secure
server, the HTML added to the slimming.com order form would also have
to point to the secure severs cgi-bin,
otherwise
the 'posting' of the orderfrom information would not be secure,E.G. <form
ACTION="https://www.safetopay.com/cgi-bin/FormMail.cgi" METHOD=POST> TOP
|
|