Link to home page of site
- Published:
Link to home page of site should look as:
<a href="/">…</a>
…and noway should point to a file, e.g.:
<a href="/index.htm">…</a><a href="/index.php">…</a><a href="/index.aspx">…</a>
Otherwise, site will have two identical home pages — the one that is shown in browser’s location bar when user has typed-in website’s domain name (http://example.com/), and second one where user goes to by clicking “home”-page link placed on site pages (http://example.com/index.php).