>
> Can I insert an .htaccess in the subdirectory of .html files
> to prevent EmbperlObject from working there? How would I do that?
>
Yes, you need
SetHandler none
Gerald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
I am using EmbperlObject in a directory, but I want to have 1 of the
subdirectories include .html files that do not execute base.epl. In the
parent I have an .htaccess with this:
PerlSetEnv EMBPERL_OBJECT_BASE base.epl
PerlSetEnv EMBPERL_FILESMATCH "\.html.?|\.epl$"
SetHandler perl-script
PerlHa