[EMAIL PROTECTED] wrote:
I have mod rewrite setup to redirect request that don't an existing
file or directory to the perl handler.
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/(.*) /ex_perl_h [L]
but this doesn't work.
Hi all,
I am new to mod_perl and am having a difficult time with rewrites.
Either I am doing it the most wrong way, or it's so easy that I'm over
looking it. I have searched and found nothing that seems to relate to
what I want.
I am working on a perl based wiki, to help me learn more about how p