From 72a713f0ed767f0e850d9e297f5a6d1998c3c64b Mon Sep 17 00:00:00 2001 From: "timothy@apple.com" Date: Fri, 4 Dec 2015 04:51:20 +0000 Subject: [PATCH] Allow index.html indexes again. * .htaccess: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@193407 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Websites/webkit.org/.htaccess | 2 +- Websites/webkit.org/ChangeLog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Websites/webkit.org/.htaccess b/Websites/webkit.org/.htaccess index d714c7b..fb63f5f 100644 --- a/Websites/webkit.org/.htaccess +++ b/Websites/webkit.org/.htaccess @@ -1,4 +1,4 @@ -DirectoryIndex index.php +DirectoryIndex index.php index.html AddType application/x-httpd-php html AddType text/cache-manifest manifest diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog index 4ddb648..796d376 100644 --- a/Websites/webkit.org/ChangeLog +++ b/Websites/webkit.org/ChangeLog @@ -1,5 +1,11 @@ 2015-12-03 Timothy Hatcher + Allow index.html indexes again. + + * .htaccess: + +2015-12-03 Timothy Hatcher + Remove the old site files. * asking_questions.html: Removed. -- 1.8.3.1