transparent mod_speling

2005-07-14 Thread Torsten Curdt
Hey guys, currently mod_speling does a redirect to the correct resource. Now we have the problem that a legacy client implementation does not support redirects *sigh* ...so I was wondering whether it would be possible to add support for serving the correct resource transparently - without a redi

Re: transparent mod_speling

2005-07-14 Thread Ivan Barrera A.
Torsten Curdt wrote: > Hey guys, > > currently mod_speling does a redirect to the correct > resource. > > Now we have the problem that a legacy client implementation > does not support redirects *sigh* ...so I was wondering > whether it would be possible to add support for serving > the correct

Re: transparent mod_speling

2005-07-14 Thread William A. Rowe, Jr.
Look at mod_dir, it's the most trivial example; which performs external redirects (/dir -> /dir/) and internal redirects (/dir -> /dir/index.html) Bill At 12:28 PM 7/14/2005, Torsten Curdt wrote: >Hey guys, > >currently mod_speling does a redirect to the correct >resource. > >Now we have the prob