DirectoryIndex azimuth.cgi RewriteEngine on RewriteRule ^([^/]+)\.txt$ azimuth.cgi/$1 [L,QSA] # RewriteRule ^([^/]+-annotations)\.html$ azimuth.cgi/$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ azimuth.cgi/$1 [L,QSA] AddType text/html .draft