From c7a200d403a36bf7845713ed7d37a4c28e3d3029 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sun, 20 Feb 2005 11:24:30 +0000 Subject: [PATCH] - Set the DirectoryIndex. --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 50d12789e2e4..caeee72fba7a 100644 --- a/.htaccess +++ b/.htaccess @@ -16,7 +16,7 @@ Options +FollowSymLinks ErrorDocument 404 /index.php # Set the default handler to index.php: -#DirectoryIndex index.php +DirectoryIndex index.php # Overload PHP variables: <IfModule mod_php4.c> -- GitLab