Re: Handler is preventing redirects on missing trailing / ?

2000-12-21 Thread Doug MacEachern
On Wed, 11 Oct 2000, Clayton Mitchell wrote: I then noticed that URI's of directories lacking a trailing '/' were not being redirected in the browser and so relative links started to break. since your PerlHandler is handling the directory, you need to manage that. mod_autoindex and mod_dir

Handler is preventing redirects on missing trailing / ?

2000-10-11 Thread Clayton Mitchell
I installed a handler as such: httpsd.conf: - PerlModule Tofu::Tofuhandler Location /userfiles SetHandler perl-script PerlHandler Tofu::Tofuhandler /Location Location / AddHandler perl-script *.html PerlHandler Tofu::Tofuhandler /Location I then noticed that URI's of