Hello there I am stuck in uploading a site that I want just for 1 page. I have registered over 10 domain names in Godaddy ready to make like a squeeze page for each one. I use Hostgator as server. I use NVU to make the page short and simple and I saved it as HTML page (and in this one example trial, I saved the file name is "homepage.html") Now, when it comes to uploading, I have difficulty and get stuck becasue ti is not what I had expected so something I did was wrong obviously. My default site in Cpanel is www.mysite1.com and I want to make the HTML page in www.mysite2.com as set in my homepage. I have added 9 more domains and have add them in the "Addons Domains" I tried to Upload one site first by going to "File Manager" -------->"Public_html" folder-------> (since there was 10 domain I have named before), I used and click on the name "HEALTH" folder I upload the file under "Homepage.html". Clicked on "Upload". Done My expectations after I uploaded it was to be seen in (under my folder HEALTH): www.mysite2.com However, after I uploaded it and typed the domain, it is not correct, instead it went as: www.mysite1.com/health/homepage.html which is NOT the link I want becasue as said, I want it to be shown in: www.mysite2.com So is there anything I did missing or did wrong? Any advices or steps will be greatly appreciated please Thanks
It looks like your addon domains are pointed at your root directory, hence why you are having to go to the health/ directory to access the files. You have uploaded the page to root/health/ correct? You cannot have homepage.html loading up unless it is requested. I.e, you type that address or click a link. If you change the name of homepage.html to index.html, when you load up yoursite.com/health it will work. Once you point your addon domain to the correct location AND rename the file, it will be available at the URL you require. Simply put.... 1. Point yoursite.com to the HEALTH directory 2. Rename homepage.html to index.html Voila