Michael C. Toren on Wed, 4 Apr 2001 12:20:06 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] apache question


> that works fine if i give it the full path to the .pl
> 
> http://www.domain.com/boards/index.pl
> 
> but is doesnt work with just
> 
> http://www.domain.com/boards/
> 
> or
> 
> http://www.domain.com/boards

It's not pretty, but you could try something like:

	Redirect /boards/index.html http://www.domain.com/boards/index.pl

-mct