Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Really not able to add domain name

  1. #1
    blackheart99999's Avatar
    blackheart99999 is offline x10Hosting Member blackheart99999 is an unknown quantity at this point
    Join Date
    Sep 2009
    Location
    India
    Posts
    94

    Really not able to add domain name

    Hello friends !
    Im new to x10hosting and i already have a domain name registered and changed its name servers to ns1.x10hostin.com and ns2.x10hosting.com ! But i really did not understand the faq post about "addon domain" and "parked domain"
    So all i need is my domain name as the permanet url of my website and i don't want the blabla.x10hostin.com. I will be really greatful if anyone can tell me the exact steps to follow.
    Thank you in advance.

  2. #2
    diabolo's Avatar
    diabolo is offline Community Advocate diabolo is on a distinguished road
    Join Date
    Nov 2007
    Location
    Jersey Shore
    Posts
    1,683

    Re: Really not able to add domain name

    use a parked domain, it will just use your root directory as the base.

    addon domains are if you wish to have a subdomain, but want to be able to access it from the root directory
    ie:

    http://www.subdomain.notrealwebsite....older/file.php
    and you have an addon domain
    www.notarealdomain.com/folder/folder/file.php

  3. #3
    blackheart99999's Avatar
    blackheart99999 is offline x10Hosting Member blackheart99999 is an unknown quantity at this point
    Join Date
    Sep 2009
    Location
    India
    Posts
    94

    Re: Really not able to add domain name

    Thanks for the reply.
    Ok... So if I go for the "addon domain" it creates another folder in the public_html directory. so should I upload all my files into that folder to access my new site like www.mynewdomain.com ??


    Thank you in advance.
    Last edited by blackheart99999; 10-23-2009 at 04:17 AM.

  4. #4
    Anna's Avatar
    Anna is offline I am just me Anna is a name known to allAnna is a name known to all
    Join Date
    Aug 2007
    Location
    Sweden
    Posts
    6,569

    Re: Really not able to add domain name

    that is correct. An addon domain would work as a complete separate address, kind of like a direct address for a subfolder of the main domain.

    You will be able to reach that site by using your maindomain.com/foldername as well as the newdomain.com address.
    Do you have trouble reaching your site?
    Check here first: News and Announcements


    Don't forget that x10hosting has an irc server as well. Come and join the fun
    server: irc.x10hosting.com, main channel: #x10hosting
    There's a lot helpful users there if need help building your site

  5. #5
    blackheart99999's Avatar
    blackheart99999 is offline x10Hosting Member blackheart99999 is an unknown quantity at this point
    Join Date
    Sep 2009
    Location
    India
    Posts
    94

    Re: Really not able to add domain name

    Thanks a lot !
    So how can i block directory folders like the folder where all my images are or all downloadable files etc. so that they cannot be viewed by just typing like www.mydomainname/files and have the access to all the images/files that i have in my public_html directory.

  6. #6
    Anna's Avatar
    Anna is offline I am just me Anna is a name known to allAnna is a name known to all
    Join Date
    Aug 2007
    Location
    Sweden
    Posts
    6,569

    Re: Really not able to add domain name

    one easy way is to put an index file in the folder, that way they won't get access to the file tree.

    Should also be possible to block with .htaccess (though I don't know how) to block anyone but the webserver (to make them viewable on the site, but not downloadable) to access the files

    The later might be more efficient as they can not access it even if they know the file name.
    Do you have trouble reaching your site?
    Check here first: News and Announcements


    Don't forget that x10hosting has an irc server as well. Come and join the fun
    server: irc.x10hosting.com, main channel: #x10hosting
    There's a lot helpful users there if need help building your site

  7. #7
    blackheart99999's Avatar
    blackheart99999 is offline x10Hosting Member blackheart99999 is an unknown quantity at this point
    Join Date
    Sep 2009
    Location
    India
    Posts
    94

    Re: Really not able to add domain name

    Alright !
    So... how to do that ? I don't know how to use either of them
    Can you tell me the first option ?
    Last edited by blackheart99999; 10-23-2009 at 06:53 AM.

  8. #8
    Anna's Avatar
    Anna is offline I am just me Anna is a name known to allAnna is a name known to all
    Join Date
    Aug 2007
    Location
    Sweden
    Posts
    6,569

    Re: Really not able to add domain name

    The first is really simple, go to file manager of cPanel. Browse to the folder where your files are.

    Create a new file called index.htm (or upload one from your computer).

    The index doesn't have to contain much data, though a small information and a link to the homepage of your site could be a good idea.

    This is a basic html skeleton:

    Code:
    <html>
    <head>
    <title>The name of your site here</title>
    </head>
    <body>
    <div style="margin:60px auto;width:60%">
    A little information here
     <a href="http://www.domain.com">Startpage</a> 
    </div>
    </body>
    </html>
    The <div style="..."> is optional, but places the text a bit down from the top of the page and also puts it more to the center of the page side wise. Remember to remove the ending </div> as well if you remove that part.

    The red text is the one you should change to match your site.
    Do you have trouble reaching your site?
    Check here first: News and Announcements


    Don't forget that x10hosting has an irc server as well. Come and join the fun
    server: irc.x10hosting.com, main channel: #x10hosting
    There's a lot helpful users there if need help building your site

  9. #9
    blackheart99999's Avatar
    blackheart99999 is offline x10Hosting Member blackheart99999 is an unknown quantity at this point
    Join Date
    Sep 2009
    Location
    India
    Posts
    94

    Re: Really not able to add domain name

    Thanks ! I'll do that !

    Was having a problem getting new domain to work... Atlast its working fine now !

    But theres a little confusion.... If you can clarify it.... PLEASE !!!!

    While adding new domain name I filled in the details like this:

    New domain name : mynewdomain.com
    subdomain/ftp username: mynewdomain
    document root : public_html/mynewdomain.com
    Password : xyz

    Now... If I login from FTP client and enter mynewdomain.com as ftp address, ftp username: mynewdomain and password: xyz . It doesn't work !
    But if I type mynewdomain.com as ftp address and my default cpanel username and password, it works !

    Thanks a lot in advance !
    Last edited by blackheart99999; 10-23-2009 at 12:56 PM.

  10. #10
    Anna's Avatar
    Anna is offline I am just me Anna is a name known to allAnna is a name known to all
    Join Date
    Aug 2007
    Location
    Sweden
    Posts
    6,569

    Re: Really not able to add domain name

    when logging in with the ftp user name you got with the addon domain you should use: mynewdomain@olddomain.com as user name.

    the reason it works using mynewdomain.com with your default cPanel and user name is because it still points to the same server as your olddomain.com, and hence the default cPanel user name is a valid user for ftp access on that server.
    Do you have trouble reaching your site?
    Check here first: News and Announcements


    Don't forget that x10hosting has an irc server as well. Come and join the fun
    server: irc.x10hosting.com, main channel: #x10hosting
    There's a lot helpful users there if need help building your site

Closed Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Addon Versus Parking Domains
    By rockee in forum Tutorials
    Replies: 25
    Last Post: 03-14-2012, 08:29 AM
  2. Add-On Domains, Parked Domains and Sub-Domains
    By normaltusker in forum Tutorials
    Replies: 12
    Last Post: 01-10-2011, 07:23 AM
  3. Setting Up A FreeDNS Domain
    By engel in forum Tutorials
    Replies: 17
    Last Post: 08-24-2009, 12:05 PM
  4. Domain Redirection Glitch
    By BlackPanicButton in forum Free Hosting
    Replies: 3
    Last Post: 11-24-2007, 03:18 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers