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
This commit is contained in:
parent
fc49861fcb
commit
89b54ad6c7
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
<IfModule mod_dir.c>
|
||||
DirectoryIndex index.php5 index.php
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
|
||||
|
|
Reference in a new issue