// a database with other applications. Suggested prefix is 'lime_'
// File Locations
$rooturl = "
www.xxxxxxxxxxx.fr/limesurvey/"; // The root web url for your limesurvey installation (without a trailing slash).
// The double quotes (") are important.
$rootdir = dirname(__FILE__); // This is the physical disk location for your limesurvey installation. Normally you don't have to touch this
// setting. If you use IIS then you MUST enter the complete rootdir e.g. : $rootDir='C:\Inetpub\wwwroot\limesurvey'!
// Some IIS and OS/2 installations also require to use forward slashes
// instead of backslashes, e.g. $rootDir='C:/Inetpub/wwwroot/limesurvey'!
Thanks
Vincent