diff options
-rw-r--r-- | config.inc.php.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.inc.php.example b/config.inc.php.example index 1adc740..55b1c24 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -70,6 +70,8 @@ $dbname = 'scuttle'; # adminemail : Contact address for the site administrator. Used # as the FROM address in password retrieval e-mails. # cleanurls : true - Use mod_rewrite to hide PHP extensions +# (be cautious, doesn't work for all hosts) +# (you may need to modify the .htaccess file) # : false - Don't hide extensions [Default] # # usecache : true - Cache pages when possible |