aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2022-03-28 12:54:36 +0200
committerThomas Lange <code@nerdmind.de>2022-03-28 13:11:30 +0200
commit5f40b3feda4f09a0867f9363eef6dbd21f046caf (patch)
treeccf88875a9e8991257a3f854d0557bc110db0d09
parentb22c33b97305d3c264f32b1fe357886aa149e19f (diff)
downloadblog-5f40b3feda4f09a0867f9363eef6dbd21f046caf.tar.gz
blog-5f40b3feda4f09a0867f9363eef6dbd21f046caf.tar.xz
blog-5f40b3feda4f09a0867f9363eef6dbd21f046caf.zip
Add notice about AllowOverride in .htaccess
-rw-r--r--.htaccess6
1 files changed, 6 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 8acc410..3859e27 100644
--- a/.htaccess
+++ b/.htaccess
@@ -11,6 +11,12 @@
# #
# AllowOverride None #
# #
+# NOTICE: If you decide to include these rules directly into the Apache config #
+# and want to set AllowOverride to something other than "None", it might cause #
+# trouble with this .htaccess file which might contain rules that are not per- #
+# mitted by your custom AllowOverride setting in the server config. You should #
+# rename (or delete) this file to prevent Apache from parsing it in that case! #
+# #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
#===============================================================================