I had the same problem and looked at:http://httpd.apache.org/docs/2.0/mod/mod_rewrite.htmlthis
I just added a line about /server-statusidea
# Rewrite current-style URLs of the form 'index.php?q=x'. RewriteCond %{REQUEST_URI} !=/server-status RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
I'm interested in this as
I'm interested in this as well...ide
I've been looking into it to get the munin Apache module working (munin polls the server-status URL) but Drupal replies with a 404. Haven't found a way around it yet.post