Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iglvzx/IGalvez.Autoindex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIzzy Galvez <i@igalvez.net>2015-10-26 18:24:32 +0300
committerIzzy Galvez <i@igalvez.net>2015-10-26 18:24:32 +0300
commit2322bbab0c46af633b4d67146253163054449873 (patch)
treed49037279a2ee1a6910441996ac1e12494dfde3e
parentf6b02e8ee1e22d395ea1c2d556d8bc95610cac9c (diff)
remove redundant htaccess in /.autoindex/error/, hide license and readme in root folder.
-rw-r--r--.autoindex/error/.htaccess1
-rwxr-xr-x.htaccess2
2 files changed, 2 insertions, 1 deletions
diff --git a/.autoindex/error/.htaccess b/.autoindex/error/.htaccess
deleted file mode 100644
index 45552cb..0000000
--- a/.autoindex/error/.htaccess
+++ /dev/null
@@ -1 +0,0 @@
-Options -Indexes \ No newline at end of file
diff --git a/.htaccess b/.htaccess
index e0411cf..8973d0f 100755
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,7 @@
RedirectMatch 404 /\.git
RedirectMatch 404 /\.logs
+Redirect 404 /LICENSE
+Redirect 404 /README.md
# Disable index.html per http://serverfault.com/a/434056
# If running Apache 2.4, you can set the following instead: