Re: SetHandler perl-script not working
"Cosimo Streppone" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <op.u6g01w13s5ttvb@cd02> |
On Wed, 13 Jan 2010 13:28:03 +0100, Kevin Thorpe <[email protected]> wrote: > I tried stripping everything out as suggested and ended up with only the > basic httpd.conf and perl.conf installed, still no joy. Why is it > looking for index.php when I'm assking for a perl script? Config in > pastebin. You happen to have a redirect rule at line 101 that looks like: RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] are you sure that is correct? -- Cosimo