From 5f40b3feda4f09a0867f9363eef6dbd21f046caf Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 28 Mar 2022 12:54:36 +0200 Subject: Add notice about AllowOverride in .htaccess --- .htaccess | 6 ++++++ 1 file changed, 6 insertions(+) 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! # +# # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# #=============================================================================== -- cgit v1.2.3