From 320ce427e86439e478af0fd97554c0d46923c88c Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sat, 7 Jan 2012 13:30:34 -0700 Subject: [PATCH] fixes #213 - reverting new h5bp htaccess rule --- inc/h5bp-htaccess | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/inc/h5bp-htaccess b/inc/h5bp-htaccess index d96ccc1..c331e9d 100644 --- a/inc/h5bp-htaccess +++ b/inc/h5bp-htaccess @@ -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 # ----------------------------------------------------------------------