THanks!
I get 403 forbidden when I enter http://example.php (root domain) but if I
enter http://example.com/mythweb.php it works., so this is what I did.

Extension .php, handler FastCGI. Non-Final. (And already added the
environment variables)
Extension .pl, as CGI. Non-Final.
File Exists (any), handler Static content (which is the same as File?).
Final.
RegEx ^/(pl(/.*)?)$, handler Redirection, and in the regex, use internal and
substitution: /mythweb.pl/$1. Final.
RegEx ^/(.+)$, handler Redirection, Internal, substitution: /mythweb.php/$1.
Final.
Default: handler Redirection, (what to write in the regex field? or just
leave empty?) substitution: /mythweb.php. Final

So as I said, everything seems to work but the frontpage / whith gives me
403 forbidden.

By the way, thanks a lot for your help, this is great!

David.
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to