[eluser]James Gifford[/eluser]
Have you tried using a simpler .htaccess file?
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
This is how I have mine setup and it works for me in Leopard. Although I don't have all the same settings in my http.conf file.