I have bought a fatcow hosting + domain, now i am trying to add a new domain to database, which i have purchased from godaddy but cant add it, i am getting this message when ever i try to open this site which i am going to add to database : http://www.factstube.info, you can also check it. I have added factstube.info as a subdirectory because my this domain is working as a home directory : http://www.thegamesnet.com Please help me Via sending PM. Thanks
The error message says all: did you add at least an index.html or other defined index file in the root of your new domain ?? as the error shows it appears you may have just an empty directory or at least no configured/defined index file in the root of your new site
in your apache main configuration, depending on your precise OS (linux dist ?) for each domain you add, you may have multiple lines that define/configure a domain/virtual host: some examples to be found/configured are: NameVirtualHost followed by an IP DocumentRoot followed by the server path to your doc root <Directory "/path_to_doc_root"> with additional config parameters <VirtualHost xxx.yyy.zzz.aaa:80> (again your IP here) make sure to scroll down all apache config file and verify that all new domains have proper configuration to the document root and IP, etc