Where does the link point to? is it a valid path to an actual file?
As far as showing your folders, you need to do 2 things.
1) Create an index or default page (i.e. index.htm or something similar.).
2) In the web server configuration you need to identify the default page types. Typically you can identify multiple pages and the server will look for those pages in order till it finds a match. So you could do something like "index.htm, home.htm, default.htm, index.php, etc...". otherwise when you just give a folder path as the URL the server doesn't know what page to provide.
You can also disable folder browsing within the web server configuration as well for added security.
I have a folder, call it 'My Webpage', inside it are the 'html' pages, folders for animation, buttons,images, etc, , that is the index that comes up first. The first file link in the index is 'parent directory' when you click on that it goes to the website provider.
The hyperlink [homepage.htm] for the homepage is in the list, how can I make it the default page as you say?
I know I have to make it the default but can't put my finger on it ..... Can you take me through it from there.
I'm not sure what further help I can provide as i do not have access to your particular environments. It appears you are dealing with 2 different environments. The one on your machine using CoffeCup and one for your provider's web server.
You would need to configure both environments so that the default pages you want to use are properly configured. I don't have any experience with coffeeCup, so I cannot provide any instructions there. Plus, I don't know what kind of server your hosting company is running and if they have an interface for you to customize the default files. They may not even have that option.
Personally I would highly suggest you use index.htm as the default folder. That is the "universal" standard. By going with a different default file you would need to reconfigure any time you moved to a different environment.
There is one other option though. If you do not use index.htm then you could simply create one and have it redirect to homepage.htm.
Your right, there is no index.htm file in any subdirectories and that I believe is the problem, there is no default to the homepage and everyone gets to see the index folder with all the webpage folders ..... FIRST.
Just explain the creation of the index.htm / that will default to the homepage...
Rename the 'homepage' hyperlink to 'index.htm'?? add that link to all folders?
The information on Computing.Net is the opinions of its users. Such
opinions may not be accurate and they are to be used at your own risk.
Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE