--- .htaccess 2005-03-20 14:15:00.000000000 -0500 +++ .htaccess-patched 2005-08-07 23:55:48.000000000 -0400 @@ -61,6 +61,7 @@ # Rewrite current-style URLs of the form 'index.php?q=x'. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !.*cgi-bin.* RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]