AndreSch
Posts: 27
|
| Posted: 07/18/2008, 5:58 AM |
|
I have used the menu builder with a table. the menu items have sub itmes. But when I accidentally click on the main menu item and not on the submenu item, I go the directory listing. How can I disable this?
|
 |
 |
mrachow
Posts: 509
|
| Posted: 07/19/2008, 2:04 AM |
|
Usually the webserver in general and/or every website having configured a list of file names to look for in case the URL doesn't contain a file name.
If none of these files is found or there is no default file specified at all the common behaviour is to list the directoty content.
So I suppose your main menu does not have a page assigned to.
So there should be several ways to prevent the directory from being exposed.
One thing that should help in most cases is to have an index.html file that immediatly routes to your starting page.
_________________
Best regards,
Michael |
 |
 |
jjrjr1
Posts: 942
|
| Posted: 07/19/2008, 10:35 AM |
|
Another solution would be to assign a page for the main menu item and send it to a page of your choosing.
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
|