KIVES,BRUCE (HP-USA,ex1) wrote:
Any other ideas on how to hide the .pl ?

There are dozens of ways to make /calendar/month run month.pl. Here are some simple ones:


- mod_rewrite
- Alias
- DirectoryIndex month.pl

You could also turn month.pl into a handler and just do this:

<Location /calendar/month>
   SetHandler  perl-script
   PerlHandler Month
</Location>

- Perrin



Reply via email to