From ba724d5284bd2d2ce3f516ab0d7e07e62d71b902 Mon Sep 17 00:00:00 2001 From: An Phan Date: Mon, 9 Feb 2015 17:02:14 +0800 Subject: [PATCH] Added a 2.2 to 2.4 breaking changes note, following #2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 82940da..591c72e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A collection of useful .htaccess, all in one place. I decided to create this rep **Disclaimer**: While dropping the snippet into an `.htaccess` file is most of the time sufficient, there are cases when certain modifications might be required. Use with your own risks. +**NOTE**: Apache 2.4 introduces a few breaking changes, most notably in access control configuration. For more information, check the [upgrading document](https://httpd.apache.org/docs/2.4/upgrading.html) as well as [this issue](https://github.com/phanan/htaccess/issues/2). + ## Table of Contents - [Rewrite and Redirection](#rewrite-and-redirection) - [Force www](#force-www)