Forum Moderators: open
It's been so long since I've given it any thought, that now, after our conversation, I find myself falling into a bit of a doubt and am looking for an opinion on the matter.
I've always, or at least had been for almost forever, just writing the primary url into the base href, for the home page, and not including the index.htm.
<base href="http://www.example.com/"> instead of <base href="http://www.example.com/index.htm">
I know I've developed a bad habit or two over the years, and I hope that this isn't one of them.
What was the argument for including the index file?
I used to write base href all the time for my own sites, but over the years I've wandered away from the relative in favour of the absolute. I still base href client sites though, as it is, and most likely always will be the practice around here.