Download this file
1 2 3 4 5 6
RewriteEngine On # If the request doesn't directly map to an existing file or directory, append .html RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/.]+)$ $1.html [L]