mirror of
https://github.com/phanan/htaccess.git
synced 2018-11-08 13:39:40 +01:00
Added a 2.2 to 2.4 breaking changes note, following #2
This commit is contained in:
parent
5b44d452a9
commit
ba724d5284
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue