]> git.dabkitsch.com - jekyll-site.git/commitdiff
adding ht access
authorequilet <jml@dabkitsch.com>
Mon, 10 Dec 2018 04:32:35 +0000 (20:32 -0800)
committerequilet <jml@dabkitsch.com>
Mon, 10 Dec 2018 04:32:35 +0000 (20:32 -0800)
.htaccess [new file with mode: 0644]

diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
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]