We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
index.php
1 parent 7f099a6 commit 12a821dCopy full SHA for 12a821d
virtual_feature.pl
@@ -185,7 +185,7 @@ sub feature_setup
185
# Allow sensible index files
186
push(@{$server->{'members'}},
187
{ 'name' => 'index',
188
- 'words' => [ 'index.html', 'index.htm', 'index.php' ] });
+ 'words' => [ 'index.php', 'index.html', 'index.htm' ] });
189
190
# Add a location for the root
191
#push(@{$server->{'members'}},
0 commit comments