tommythetuna13
New Member
- Messages
- 4
- Reaction score
- 0
- Points
- 0
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).
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).
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/