[rt-users] httpd.conf configuration problem

Robert Eden rmeden at gmail.com
Mon Oct 12 01:54:00 EDT 2009


On 10/12/2009 12:19 AM, James Moseley wrote:
>
>     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?
>
The quick, dirty, and lame solution is to simply put a helpdesk.html 
with a redirect.

<html>
<head>
<META http-equiv="Refresh" CONTENT="0; URL=/helpdesk//">
</head>
</html>

(not tested, but I use a similar method in other cases where I wanted a 
quick/lame solution)

Robert

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20091012/0dae1185/attachment.htm>


More information about the rt-users mailing list