Have searched for an answer to this, but didn't see one.
Do I have to have the .html extension after every link? Use to be I didn't need this when linking between pages, for ex:
<A HREF="
http://www.beerbob.net/beerpage/beerpage.html">
works, but this doesn't:
<A HREF="
http://www.beerbob.net/beerpage/beerpage">
In the past with other hosts, One didn't need to include the html extension to get a page to load.
I thought it should assume to look for a web page first before thinking it may be a file.
And I'd hate to have to put an index in each folder.....so any other way around this.
I mean when I'm writing some code, just linking to say "mypage" woudl work if there was a mypage in that directory, but now, it appears that I need "mypage.html" to make it work.
Thanks for any help and enlightenment!
Cheers