Forum Moderators: Robert Charlton & goodroi
Link to http://www.domain.com/ or http://www.domain.com/folder/ or /folder/ when linking to an index page - omit the index file filename.
DO include a trailing / on the end of the domain or folder URL.
DO use the <base> tag to signal either the "real" URL for the page (when using relative linking), or the URL for the root domain the page is associated with (when using full absolute URLs on internal links).
My site is on an apache server so I did a 301 redirect from www.mysite.com/index.html to www.mysite.com/ using my .htaccess file. I found answers in the apache web server forum.
When these pages are already merged, I wouldn't change anything. However, when creating a new site I would just link to '/' as suggested by g1smd.
However [domain.com...] is a duplicate of [domain.com...] and you should set up a 301 redirect for that and all the internal pages too.
You could instead link to / or to /folder/ and these latter options, when paired with a <base href="http://www.domain.com/"> tag, do exactly the same job.
Don't include the index file filename in the link. Let the server find it and serve it without revealing it's real name.
[webmasterworld.com...]