From: timothy@apple.com Date: Fri, 4 Dec 2015 04:51:20 +0000 (+0000) Subject: Allow index.html indexes again. X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=72a713f0ed767f0e850d9e297f5a6d1998c3c64b;ds=sidebyside Allow index.html indexes again. * .htaccess: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@193407 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- 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.