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 # ----------------------------------------------------------------------