--- Almost-there.htaccess Thu Jun 26 14:33:41 2008 +++ .htaccess Thu Jun 26 23:19:14 2008 @@ -18,7 +18,7 @@ ErrorDocument 404 /index.php # Force simple error message for requests for non-existent favicon.ico. - ErrorDocument 404 "The requested file favicon.ico was not found." + ErrorDocument 404 "The requested file favicon.ico was not found. # Set the default handler. @@ -79,7 +79,7 @@ DirectoryIndex index.php # uncomment the following line: # RewriteBase / - # Rewrite URLs of the form 'index.php?q=x'. + # Rewrite URLs of the form 'x' to the form 'index.php?q=x'. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico