diff --git a/.htaccess b/.htaccess index 7ccb6a2..2cbd51f 100644 --- a/.htaccess +++ b/.htaccess @@ -11,7 +11,7 @@ Options -Indexes # Follow symbolic links in this directory. -Options +FollowSymLinks +Options +SymLinksIfOwnerMatch # Make Drupal handle any 404 errors. ErrorDocument 404 /index.php diff --git a/includes/file.inc b/includes/file.inc index d52d029..4a70a9a 100644 --- a/includes/file.inc +++ b/includes/file.inc @@ -517,7 +517,7 @@ function file_htaccess_lines($private = TRUE) { $lines = <<