diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-12 09:24:25 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-12 09:24:25 +0000 |
commit | 87bb9076a9a93a495fa105575da5c8f48f8ac4c5 (patch) | |
tree | dfbcf796534e25462235ba3c45932770a0b83af9 /config.inc.php.example | |
parent | 0fef208b7029d05f10d221afbd6e7cf740443b64 (diff) | |
download | semanticscuttle-87bb9076a9a93a495fa105575da5c8f48f8ac4c5.tar.gz semanticscuttle-87bb9076a9a93a495fa105575da5c8f48f8ac4c5.tar.bz2 |
Comment: comment how to use cleanurls
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@67 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-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 |