Tools, FAQ, Tutorials:
Default File Name of a URL
What Happens If File Name is Missing in a URL?
✍: FYIcenter.com
If the file name part is missing in a URL, the one of the following
two rules will be used.
1. If a URL has no file name, but a path name is given, the browser will let the hosting computer to supply the default file name. On most hosting computers, the default file name will be index.html. For example, the following URLs:
http://dev.fyicenter.com/faq/ /faq/
will be treated as:
http://dev.fyicenter.com/faq/index.html http://dev.fyicenter.com/faq/index.html
2. If a URL has no file name, no path name, but a bookmark or a querystring is given, the browser will borrow the path name and the file name from the current document. For example, if the following URLs are used in this document:
?q=xhtml+faq #footer
will be converted by the browser as:
/faq/xhtml/xhtml_hyper_link_and_url.html?q=xhtml+faq /faq/xhtml/xhtml_hyper_link_and_url.html#footer
2017-07-07, ∼3121🔥, 0💬
Popular Posts:
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
How to use "link" command tool to link objet files? If you have object files previously compiled by ...
What is EPUB 3.0 Metadata "dc:description" Element? EPUB 3.0 Metadata "dc:description" is an optiona...
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...
How to Instantiate Chaincode on BYFN Channel? You can follow this tutorial to Instantiate Chaincode ...