fixes #213 - reverting new h5bp htaccess rule

This commit is contained in:
Ben Word
2012-01-07 13:30:34 -07:00
parent a96305919f
commit 320ce427e8

View File

@@ -1,5 +1,4 @@
# BEGIN HTML5 Boilerplate .htaccess
###
@@ -339,18 +338,6 @@ AddType text/x-vcard vcf
# ----------------------------------------------------------------------
# Apache Performance Tuning
# ----------------------------------------------------------------------
# Without -SymLinksIfOwnerMatch Apache will have to issue extra system calls to check up on symlinks.
# For highest performance and no symlink protection set +FollowSymLinks and -SymLinksIfOwnerMatch
# httpd.apache.org/docs/current/misc/perf-tuning.html#symlinks
Options -SymLinksIfOwnerMatch
# ----------------------------------------------------------------------
# Suppress or force the "www." at the beginning of URLs
# ----------------------------------------------------------------------