From de6df3bf8f2a231206d61b9eac9a033a82fe64ca Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 28 Sep 2016 08:57:51 -0400 Subject: [PATCH] Add note about the purpose of .htaccess files Thanks for this resource. I've proposed a clarification about the purpose of .htaccess files. We would love to have your help over on the official docs, if you are inclined to contribute in that way. https://httpd.apache.org/docs-project/ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a80d4b..e009dec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # .htaccess Snippets [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) A collection of useful .htaccess snippets, all in one place. +**NOTE**: `.htaccess` files are for people that do not have rights to edit the main server configuration file. They are intrinsically slower and more complicated than using the main config. Please see the [howto in the httpd documentation](https://httpd.apache.org/docs/current/howto/htaccess.html) for further details. + **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 at your own risk. **IMPORTANT**: 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).