aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/config_default.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 19e64825c..78d5fea54 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -338,6 +338,7 @@ $conf['uniqueness_mode'] = 'md5sum';
// home_page : relative url of the homepage. Empty by default.
// It points to the index of the gallery.
// This parameter is used if home page is not index.php of the gallery.
+// We suggest avoid the names "index.htm" or "index.html" if you set $conf['php_extension_in_urls'] to false.
$conf['home_page'] = '';
// +-----------------------------------------------------------------------+