diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-08-06 10:34:13 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-08-06 10:34:13 +0200 |
commit | 2807d040834ea9fcd825d5b1c9b3e1e005d81664 (patch) | |
tree | 3816ec7e9923ccb1ccd6f1987e307eec958406bc /data/config.default.php | |
parent | 5571ec0a4dc9b2297dc6e3f65fc1bbf3dfc5004b (diff) | |
download | semanticscuttle-2807d040834ea9fcd825d5b1c9b3e1e005d81664.tar.gz semanticscuttle-2807d040834ea9fcd825d5b1c9b3e1e005d81664.tar.bz2 |
Fix bug #3384416: Update documentation to explain HTTP/HTTPS root problem
Diffstat (limited to 'data/config.default.php')
-rw-r--r-- | data/config.default.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/config.default.php b/data/config.default.php index c850521..9c2f7f3 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -81,13 +81,15 @@ $theme = 'default'; /** * SemanticScuttle root directory. - * * Set to NULL to autodetect the root url of the website. * * If your installation is in a subdirectory like * "http://www.example.com/semanticscuttle/" then * replace NULL by your address (between "" and with trailing '/') * + * The autodetection works for both HTTP and HTTPS urls. + * If you offer HTTP *only*, then set your root url here. + * * @var string */ $root = null; |