RewriteEngine On AND use Perl?

computing_power

New member
Hi all :) A quick question about Apache config stuff:

I was not able to specify for RewriteEngine to be on for a particular directory without disabling processing of .pl and .cgi file in that directory.
So I need the section of httpd.conf that for a particular alias directory, will have RewriteEngine On and will be able to process .pl by mod_perl.

Thanks for any help!
 
Back
Top