QUOTE
« Just Came In to Dust and Pick Up My Mail | Main | Bits in Search of a Premise »
... he gets a 404 error. the problem, it looks like, is that the URL underlying the "main" link contains an unneccessary (and unwanted, and bad and evil and wrong) trailing slash, i.e.:
CODE
http://www.billbarol.com/blather/
when it should be:
CODE
http://www.billbarol.com/blather
so I guess this slightly but significantly erroneous URL is being generated somewhere in my MT code. can anybody point me toward where it lives so I can correct it? many thanks in advance.