diff --git a/.htaccess b/.htaccess deleted file mode 100644 index f42905b..0000000 --- a/.htaccess +++ /dev/null @@ -1,8 +0,0 @@ -# Redirect all links "/x" to "/x.html" file-wise but they still display as "/x" -# in the browser address bar. -RewriteEngine On -RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule ^([^\.]+)$ $1.html [NC,L] - -# Forbid directory browsing, i.e. disabling Apache's web directory listing. -Options -Indexes diff --git a/.version b/.version deleted file mode 100644 index 6b3126c..0000000 --- a/.version +++ /dev/null @@ -1 +0,0 @@ -v1.0