diff options
author | Thomas Lange <code@nerdmind.de> | 2022-03-28 12:54:36 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2022-03-28 13:11:30 +0200 |
commit | 5f40b3feda4f09a0867f9363eef6dbd21f046caf (patch) | |
tree | ccf88875a9e8991257a3f854d0557bc110db0d09 | |
parent | b22c33b97305d3c264f32b1fe357886aa149e19f (diff) | |
download | blog-5f40b3feda4f09a0867f9363eef6dbd21f046caf.tar.gz blog-5f40b3feda4f09a0867f9363eef6dbd21f046caf.tar.xz blog-5f40b3feda4f09a0867f9363eef6dbd21f046caf.zip |
Add notice about AllowOverride in .htaccess
-rw-r--r-- | .htaccess | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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! # +# # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# #=============================================================================== |