are all of my webpages called index.html?
January 25th, 2010 | by admin |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…
Tags: Accesses, Cs3, directory, Dreamweaver, Fetch, webpage, Webpages
By Germann A on Jan 25, 2010
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…
References :