diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..8fe862a --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ +RewriteEngine On +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.*)$ $1.html [L]