Sorry, forgot to strip out. Was commented out for test and I had to put it back to get my site working. RewriteEngine wasn't on anyway and I was watching rewritelog (level 9) as well as access_log and error_log so no rewrite there
> -----Original Message----- > From: Cosimo Streppone [mailto:cos...@streppone.it] > Sent: 13 January 2010 12:31 > To: Kevin Thorpe > Cc: Mod_perl users > Subject: Re: SetHandler perl-script not working > > On Wed, 13 Jan 2010 13:28:03 +0100, Kevin Thorpe > <kevin.tho...@pibenchmark.com> 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