FTP and DNS FAQs

What are primary, secondary, and virtual nameservers?
How do I set up a catch-all subdomain?
I get the following error when trying to set DNS. Why?
How do I access Support for DNS entries hanlded by ServePath?

Cute FTP Tutorials
Setting your Preferences in Cute FTP
Configuring your Site in Cute FTP
Transferring Files in Cute FTP
Managing your Files in Cute FTP

FileZilla Tutorials
Configuring your Site in FileZilla
Managing your Files in FileZilla
Transferring Files in FileZilla

Smart FTP Tutorials
Configuring your Site in Smart FTP
Transferring Files in Smart FTP
Managing your Files in Smart FTP

WS FTP Tutorials
Configuring your Site in WS FTP
Transferring Files in WS FTP
Managing your Files in WS FTP

Creating Private Nameservers
Creating Private Nameservers at 000Domains.com
Creating Private Nameservers at Dotster.com
Creating Private Nameservers at Enom.com
Creating Private Nameservers at GoDaddy.com
Creating Private Nameservers at NameCheap.com
Creating Private Nameservers at NetworkSolutions.com
Creating Private Nameservers at OpenSRS.net
Creating Private Nameservers at StarGate.com
Creating Private Nameservers at 123-reg.co.uk
Creating Private Nameservers at ItsYourDomain.com

DNS Changes
Making DNS Changes at 000Domains.com
Making DNS Changes at Dotster.com
Making DNS Changes at Enom.com
Making DNS Changes at GoDaddy.com
Making DNS Changes at NameCheap.com
Making DNS Changes at NetworkSolutions.com
Making DNS Changes at OpenSRS.net
Making DNS Changes at StarGate.com
Making DNS Changes at 123-reg.co.uk
Making DNS Changes at ItsYourDomain.com

Don't see your question? Contact Us!


What are primary, secondary, virtual nameservers?

Primary DNS is usually the hostname of your server. Secondary DNS is if someone else is providing secondary for example: domain.com is registered with ns1.domain.com and ns1.servepath.com. Virtual DNS is if you want to use your server as ns1 and ns2.

How do I set up a catch-all subdomain?

You can set up a catch-all subdomain (any subdomain like subdomain.domainname.com used in this example, which should go to a particular directory or to the main home directory) by using the following steps:

  1. Set up a wild card DNS entry for the domain (domainname.com).
  2. Add the following line to 'var/named/domainname.com.db':

    14400 IN CNAME domainname.com

  3. Edit the web server configuration file to include the following lines in /usr/local/apache/conf/httpd.conf:

    {virtualhostxx.xx.xx.xx}
    ServerAlias*.domainname.com
    ServerAdmin admin@domainname.com
    DocumentRoot/home/username/public_html/
    ServerName*.daomainname.com
    User username Group username {/Virtual Host

Accessing any subdomains like subdomain.domainname.com will provide the same page as domainname.com.

I get the following error when trying to set DNS. Why?

    Result : Unable to update Virtual DNS!
    The following error occured:
    Cannot find valid A record: ns2.domain.com

If the domain is already registered to use other nameservers, those nameservers must have A records for your IP address and primary/virtual DNS. If the domain is registered using your server, first create a site, then in BIND manager under zone list, add A records to the newly created site.

How do I access Support for DNS entries hanlded by ServePath?

If you have DNS entries which ServePath manages for you, please fill out a DNS Service Request form available on the customer portal.