haseeb1405241472 0 Report post Posted November 30, 2004 I have asked in my first topic to where to put html pages in my file manager i should asked this question in that html topic sorry.Iam asking that where to put images and zip files inmy file manager as in my first topic it was answered that you should put html files in the public_html or in www so now where to put images and zip files. Share this post Link to post Share on other sites
thedevil 0 Report post Posted December 1, 2004 i presume it to be inside the same folder... Coz the webpages that are viewable access the resources from the same folder where it is stored unless stated otherwise.... but be sure to maintain the same hierarchy of folders and files...that is if you have images folder inside your website folder in your local computer... then make a folder images inside www also and upload all files inside it... Share this post Link to post Share on other sites
rmdort 0 Report post Posted December 1, 2004 u have to put all the pages /images or any files that has to be viewable to the public in the public_html directory.. Share this post Link to post Share on other sites
arunkumarhg 0 Report post Posted December 4, 2004 u have to put all the pages /images or any files that has to be viewable to the public in the public_html directory.. <{POST_SNAPBACK}> How to Enable JSP and Servlets Support on My site Hosted by Xisto (20mb) Plz Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 8, 2004 As long as you would like your image files to be viewable to the public you can put them anywhere within the public_html (In an actual directory or a create subdirectory). Often users put all their images in a folder public_html/images folder to keep their site tidy. I also do this because I hate a file filled public_html directory, too mesy .I have not experienced with JSP so I am unsure whether its supported, but I am confindent in saying it probably is already enabled. Share this post Link to post Share on other sites