## enable mod_rewrie RewriteEngine on ## deny access to *.rhtml and *.cache #RewriteRule \.(rhtml|cache)$ - [R=404,L] # not work on Apache 2 RewriteRule \.(rhtml|cache)$ - [F,L] ## rewrite only if requested file is not found RewriteCond %{SCRIPT_FILENAME} !-f ## handle request to *.html and directories by index.cgi #RewriteRule (\.html|/|^)$ /~username/index.cgi RewriteRule (\.html|/|^)$ index.cgi