From: equilet Date: Mon, 10 Dec 2018 04:32:35 +0000 (-0800) Subject: adding ht access X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=57ed2ea7756712bf551f8dfeda836bb5568533ea;p=jekyll-site.git adding ht access --- diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..7c0d4cb --- /dev/null +++ b/.htaccess @@ -0,0 +1,6 @@ +RewriteEngine On + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_FILENAME} !\.html$ +RewriteRule ^(.*)$ $1.html [L]