From 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 Mon Sep 17 00:00:00 2001
From: Chris Xiong <chirs241097@gmail.com>
Date: Sun, 10 Feb 2019 11:16:07 +0800
Subject: Initial commit.

---
 .htaccess | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100755 .htaccess

(limited to '.htaccess')

diff --git a/.htaccess b/.htaccess
new file mode 100755
index 0000000..f9e8f01
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,17 @@
+Options +FollowSymlinks
+<Files ~ "^.*\.([Hh][Tt][Aa])">
+	Order allow,deny
+	Deny from all
+</Files>
+<Files .git>
+	Order allow,deny
+	Deny from all
+</Files>
+RedirectMatch 204 generate_204(.*)$
+ErrorDocument 400 /err/400.html
+ErrorDocument 403 /err/403.html
+ErrorDocument 404 /err/404.html
+ErrorDocument 500 /err/500.html
+ErrorDocument 502 /err/502.html
+ErrorDocument 503 /err/503.html
+ErrorDocument 504 /err/504.html
-- 
cgit v1.2.3