Add note and link regarding best practices for Apache config

This commit is contained in:
Craig Barnes
2010-11-04 19:35:29 +08:00
committed by Divya Manian
parent 55daf5a0d5
commit 170b0da912

View File

@@ -1,6 +1,9 @@
# Apache configuration file
# httpd.apache.org/docs/2.2/mod/quickreference.html
# Note .htaccess files are an overhead, this logic should be in your Apache config if possible
# httpd.apache.org/docs/2.2/howto/htaccess.html
# Techniques in here adapted from all over, including:
# Kroc Camen: camendesign.com/.htaccess
# perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/