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:
-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: