|
What to do if you can't load a site
hosted here in your browser. |
|
If for any reason you cannot reach a site in your web browser,
here is a list of things you can do to troubleshoot the problem. It is
recommended that you follow the steps in the order presented. |
|
Frequently asked questions. (FAQ) |
|
.
Answer:
They login using the same URL you use. See your setup email for the exact URL. The need to login using their They login to the control center using
the domain name and password. For example if you Note: Make sure you enable domain access.
Answer:
In this example we will have abc.com go to
to it's the control center.
1) Setup a domain (site) and hosting for
abc.com
2) go to https://www.abc.com:8443
Note: You will get a domain name mismatch
error. The only other alternative in to use the anonymous
control panel URL we supplied with your setup info.
Answer:
Point your FTP software to either your domain name or the IP address on which your domain resides. Enter the user name and password assigned to the new site.
Answer:
httpdocs (upload your html and web content here) cgi-bin (upload your scripts here) logs (This is the location of your logs) Question: Answer: Example: joe would be the FTP login name you assigned for the sites when you setup the hosting. Question: Answer:
Question:
Where do my clients log into their WebMail? Answer:
Note: WebMail will not be accessible
until their domain name is fully functional.
Question: Answer:
Answer:
Yes, all logs are rotated daily. A gzipped copy is saved each day for 3 days. You can download your logs from the logs directory or via your bulk reseller admin. Logs older than 3 days are perminatly removed from the server.
Answer:
From inside the control panel at the domain's Mail section: Hit the On/Off button turning off mail support for the domain. Now, From inside the control panel at the domain's DNS section:
If it exists, remove the default CNAME or A record for
mail.client_domain.com
(replace client_domain.com with the domain name)
Then create an A record for
mail.client_domain.com to point to the IP address of the external mail
server. (replace client_domain.com with the domain name)
Set the an MX record of 10 to
mail.client_domain.com (replace client_domain.com with the domain
name)
Answer:
Yes, you will need to do this at the registrar you registered the domain name that will be used for the name servers.
In this example let's say we want to
register ns1.abc.com and ns2.abc.com
1) You would go to the registrar you
registered abc.com
2) You then create ns1.abc.com and
ns2.abc.com. You will need to use
the primary and secondary name servers IP addresses from your welcome
email as the two IP addresses for your name servers.
3) Now create "A" records in the DNS setup for ns1.abc.com and ns2.abc.com using the IP addresses we email you. 4) Once you have your name servers registered you need to assign them to any domains you want to host under your bulk reseller account.
5) Once you setup hosting for each site
that will use your name servers you need to log into your bulk
reseller admin, click on the domain name, click on the DNS button
and add your name servers.
Question:
Answer:
Yes, this can be done with either the Frame Forwarding or Standard Forwarding options within the hosting setup for the domains you wish to have forwarded. Question:
Answer:
Path to cgi-bin: /usr/local/psa/home/vhosts/your_domain.com/cgi-bin Path to document root: /usr/local/psa/home/vhosts/your_domain.com/httpdocs Path to perl 5: /usr/bin/perl Path to sendmail: /usr/sbin/sendmail Note: Make sure to replace your_domain.com with the domain for the site. This is case sensitive so if you added the domain with capital letters when you added the site to your bulk reseller account you will need to use the same exact case in the path. Example: If you setup the
site using Your_Domain.com the paths would be: |