<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 10/12/2009 12:19 AM, James Moseley wrote:
<blockquote
 cite="mid:e65c7db50910112219w4aac2574pc2685e5854df75cb@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">So just for fun, what do I
need to do to get /helpdesk to work without
the trailing slash when someone complains about it and I've long since
forgotten about last week's pain?<br>
    </div>
  </blockquote>
  </div>
</blockquote>
The quick, dirty, and lame solution is to simply put a helpdesk.html
with a redirect.<br>
<br>
<html><br>
<head><br>
<META http-equiv="Refresh" CONTENT="0; URL=/helpdesk//"><br>
</head><br>
</html><br>
<br>
(not tested, but I use a similar method in other cases where I wanted a
quick/lame solution)<br>
<br>
Robert<br>
<br>
</body>
</html>