are all of my webpages called index.html?


when i make my webpage in dreamweaver cs3, is just the main page called index.html?

index.htm[l] is a default page that will be fetched by the server if the user accesses the site/dir without specifying file name
I.e. http://yourSite/yourDir/ and http://yourSite/yourDir/index.html will fetch the same file, the idea is that you have ONE index.htm[l] file per directory…
The rest of the pages can be called anything you like them to be called…

Technorati Tags: , , , , , ,