member_leaving 0 Report post Posted May 19, 2006 ok, so I got hosted, uploaded my files, and checked it out. it all works fine. But tere is a slight problem with my site. the main file is obviously index.html If I go to my website it shows http://forums.xisto.com/no_longer_exists/ though if I hit the home button I get mysite I know I can change a file name in the file manager but wouldnt that ruin my links? I want to be able to customize the way the page is displayed in the address bar. if anyone know how to do this please let me know. I also have a question about the placement of files. in my code I have a link to an imige that goes something like img src="logo.gif"I placed this picture in the images folder and my web pages in the place where they go but my imiges only work if I put the in the same place as my picture, is this because I need my code to say img src="images/logo.gif" or is there a diferent way to do this? Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted May 19, 2006 img src="images/logo.gif"This tells the server to look in a folder named images attached to the folder it is presently in, so if your page is coming from the public_html or www folder (same thing), then you need to have the images stored in public_html/images.And to tell the server that the Initial Page for your site is something different than index.html, there is a way to do that using the .htaccess file. Maybe use the search feature to find a topic about that ... Share this post Link to post Share on other sites
MaineFishing45 0 Report post Posted May 20, 2006 (edited) I know I can change a file name in the file manager but wouldnt that ruin my links? I want to be able to customize the way the page is displayed in the address bar. if anyone know how to do this please let me know.What do you mean, customize they way the URL displays? Like http://www.mysite.co.nr/ or something or mysite.trap17.com? You need to be more specific. As for the logo or images it would be in the following format: <img src="images/boat.gif" alt="Big Boat"> Thats a same, you can check out W3 Schools for HTML reference here. !--Change a File Name--! If you want to do that, you use the FTP Client or login to Cpanel --> File Manage --> WWW or Public_HTML --> Find the file(s) and click on the name. --> after that a menu will appear in the side view and you can click Rename. And you done. Hopefully that helped, as for the subdomain name, you need to expand on it, and whats your site link, so I can help you out and stuff. Edited May 20, 2006 by MaineFishing45 (see edit history) Share this post Link to post Share on other sites