? _67244htaccess.patch
? files
? sites/feast-or-fa.mine.nu.drupal
Index: includes/file.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/file.inc,v
retrieving revision 1.80
diff -u -p -r1.80 file.inc
--- includes/file.inc	6 Aug 2006 22:49:27 -0000	1.80
+++ includes/file.inc	7 Aug 2006 12:26:53 -0000
@@ -113,7 +113,7 @@ function file_check_directory(&$director
   }
 
   if ((file_directory_path() == $directory || file_directory_temp() == $directory) && !is_file("$directory/.htaccess")) {
-    $htaccess_lines = "SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006\nOptions None\n<IfModule mod_rewrite.c>\n  RewriteEngine off\n</IfModule>";
+    $htaccess_lines = "SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006\nOptions None\nOptions +FollowSymLinks\n<IfModule mod_rewrite.c>\n  RewriteEngine off\n</IfModule>";
     if (($fp = fopen("$directory/.htaccess", 'w')) && fputs($fp, $htaccess_lines)) {
       fclose($fp);
     }
