[thelist] workaround for bad config server - must end with /

Cristian Secara secarica at fx.ro
Sun Aug 12 20:10:16 CDT 2001


Giving a bad configured server, in that the homepage must be ended with a
"/" for the page elements to be loaded ok (the same happens to the all other
directories that contains a default index.html redirect page).
(e.g. http://www.address.com is bad,
but http://www.address.com/ is good)

One idea is to insert a base url for each index.html page
<HEAD>
<BASE HREF="http://www.address.com/">
...
</HEAD>
but it is not a perfect one.

Is there any other (temporary) solution until the server will return to the
proper behaviour ?

Thank you.
Best wishes,
    Cristi







More information about the thelist mailing list