|
@@ -14,7 +14,7 @@
|
|
|
// dolibarr_main_url_root
|
|
|
// This parameter defines the root URL of your Dolibarr index.php page without ending "/".
|
|
|
// It must link to the directory htdocs.
|
|
|
-// In most cases, this is autodetected but it's still required
|
|
|
+// In most cases, this is autodetected but it's still required
|
|
|
// * to show full url bookmarks for some services (ie: agenda rss export url, ...)
|
|
|
// * or when using Apache dir aliases (autodetect fails)
|
|
|
// * or when using nginx (autodetect fails)
|
|
@@ -40,7 +40,7 @@ $dolibarr_main_document_root='';
|
|
|
// dolibarr_main_url_root_alt
|
|
|
// This parameter defines the relative sub URLs to add to $dolibarr_main_url_root to
|
|
|
// forge alternative root directories (used by modules developers).
|
|
|
-// You can put several values, separated by a coma, but number of entries must match
|
|
|
+// You can put several values, separated by a coma, but number of entries must match
|
|
|
// number of entries into $dolibarr_main_document_root_alt.
|
|
|
// Examples:
|
|
|
// $dolibarr_main_url_root_alt='/custom';
|
|
@@ -52,7 +52,7 @@ $dolibarr_main_document_root='';
|
|
|
// dolibarr_main_document_root_alt
|
|
|
// This parameter contains absolute alternative root file system directories (used by
|
|
|
// modules developers).
|
|
|
-// You can put several values, separated by a coma, but number of entries must match
|
|
|
+// You can put several values, separated by a coma, but number of entries must match
|
|
|
// number of entries into $dolibarr_main_url_root_alt.
|
|
|
// Examples:
|
|
|
// $dolibarr_main_document_root_alt='/var/www/dolibarr/htdocs/custom';
|
|
@@ -162,7 +162,7 @@ $dolibarr_main_db_collation='utf8_unicode_ci';
|
|
|
// Default value: dolibarr
|
|
|
// Possible values: Any values found in files in htdocs/core/login directory after
|
|
|
// the "function_" string and before the ".php" string. You can also separate several
|
|
|
-// values using a ",". In this case, Dolibarr will check login/pass for each value in
|
|
|
+// values using a ",". In this case, Dolibarr will check login/pass for each value in
|
|
|
// order defined into value. However, note that this can't work with all values.
|
|
|
// Examples:
|
|
|
// $dolibarr_main_authentication='http';
|
|
@@ -207,10 +207,10 @@ $dolibarr_main_authentication='dolibarr';
|
|
|
// 0 = No forced redirect
|
|
|
// 1 = Force redirect to https, until SCRIPT_URI start with https into response
|
|
|
// 2 = Force redirect to https, until SERVER["HTTPS"] is 'on' into response
|
|
|
-// 'https://my.domain.com' = Force reditect to https using this domain name.
|
|
|
+// 'https://my.domain.com' = Force reditect to https using this domain name.
|
|
|
// Warning: If you enable this parameter, your web server must be configured to
|
|
|
-// respond URL with https protocol.
|
|
|
-// According to your web server setup, some values may works and other not. Try
|
|
|
+// respond URL with https protocol.
|
|
|
+// According to your web server setup, some values may works and other not. Try
|
|
|
// different values (1,2 or 'https://my.domain.com') if you experience problems.
|
|
|
// Default value: 0
|
|
|
// Possible values: 0, 1, 2 or 'https://my.domain.com'
|