mod_rewrite vs. stats
Posted by: fubar
Posted on: 2004-08-24 00:26:00
We've installed the Drupal CMS system on our site. It uses Apache's mod_rewrite so one can use URL's like http://domainname/foo/bar instead of http://domainname/index.php?q=foo&s=bar. The pages are much more Googlebot friendly with /foo/bar.
Drupal and mod_rewrite work great, except that you can't see Dreamhost stats. Stats seem to be only accessible via http://domainname/stats. Problem is that Drupal scarfs up the address and redirects it to its own 404 page handler. I've tried playing with the rewrite rules inside .htaccess to tell it to pass it through, but I don't get much success.
Is there another URL from which one can access the stats package for our account? Maybe some magic URL that doesn't involve our domainname?
Thanks.