#328155 by cog.rusty: Allow third-party subdirectories with index.html or index.htm files.
parent
d3de6c8171
commit
2a56294315
|
|
@ -23,7 +23,7 @@ ErrorDocument 404 /index.php
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
# Set the default handler.
|
# Set the default handler.
|
||||||
DirectoryIndex index.php
|
DirectoryIndex index.php index.html index.htm
|
||||||
|
|
||||||
# Override PHP settings that cannot be changed at runtime. See
|
# Override PHP settings that cannot be changed at runtime. See
|
||||||
# sites/default/default.settings.php and drupal_initialize_variables() in
|
# sites/default/default.settings.php and drupal_initialize_variables() in
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue