From 89b54ad6c7b659e7c2e3c28dd6895fa397119a8a Mon Sep 17 00:00:00 2001 From: shish Date: Thu, 17 May 2007 15:15:58 +0000 Subject: [PATCH] default win32 LAMP doesn't set this. Note .php5 before .php as some hosts require it, and it does no harm git-svn-id: file:///home/shish/svn/shimmie2/trunk@116 7f39781d-f577-437e-ae19-be835c7a54ca --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.htaccess b/.htaccess index 7aedaffe..72460d38 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,7 @@ + +DirectoryIndex index.php5 index.php + + RewriteEngine on