From 8a5d0d67d577b68036205faee679c76e6bdf0dc5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 29 Mar 2011 09:13:01 +0000 Subject: [PATCH] Doc --- htdocs/conf/conf.php.example | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/conf/conf.php.example b/htdocs/conf/conf.php.example index fd42c8fd319..6f2c05014c0 100644 --- a/htdocs/conf/conf.php.example +++ b/htdocs/conf/conf.php.example @@ -14,13 +14,15 @@ # dolibarr_main_url_root # This parameter defines the root URL of your Dolibarr index.php page. -# It must link to the directory htdocs. It is autodetected with version -# 3.1 and more but required to show full url bookmarks for some -# services (ie: agenda rss export url, ...) +# It must link to the htdocs directory htdocs. +# In most cases, this is autodetected but it still required to show full +# url bookmarks for some services (ie: agenda rss export url, ...) or +# when using Apache dir aliases (autodetect fails). # Examples: # $dolibarr_main_url_root='http://localhost'; # $dolibarr_main_url_root='http://mydolibarrvirtualhost'; # $dolibarr_main_url_root='http://myserver/dolibarr/htdocs'; +# $dolibarr_main_url_root='http://myserver/dolibarralias'; # $dolibarr_main_url_root='';