After I have connected my website design program to my ftp account how do I get the files uploaded to be shown on my webpage?
After I have connected my website design program to my ftp account how do I get the files uploaded to be shown on my webpage?
Make sure you upload the files into the folder public_html (or www as that is a mirror).
You would also want to remove the default index.html from that folder in order to get yours to show automatically (index.html has priority over index.php for instance).
Last edited by Anna; 09-23-2011 at 04:29 AM.
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
How do I go about deleting the default index file? I am 100% new to ftp uploading and website creation. Where in my account do I go to delete the default file?
---------- Post added at 09:50 AM ---------- Previous post was at 09:34 AM ----------
I have gone into my file manger area and deleted the default index file. Now the webpage shows a error 404, what do I need to do now? Thank you for your time.
Did you upload YOUR files to the public_html folder? If there is no index file to display inside that folder, there will be a 404 error.
The page you want to show up first of all when someone goes to your site need to be called index.html, index.htm or index.php depending on your preference and choice of programming language.
I did notice that you uploaded your files into a folder /tuna/ which gives the url to your site to currently be: tunasdesigns.elementfx.com/tuna/ if you want the site to show up at tunasdesigns.elementfx.com, you'll need to move all files form /public_html/tuna/ to /public_html/
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