Hello,
I have recently gone through a few versions of V2.00+ (121011, 121017, 121024 and now 121025) and have no idea where $rooturl has disappeared to. In V1.92+ it was possible to specify the root URL through the flag $rooturl in config.php in the root LimeSurvey installation directory.
Since upgrade to 2.00+ I have been unable to find where to specify a root URL, and as a consequence all surveys are being listed with a root address of
80.194.xx.xx/limesurvey/index.php/survey
Unfortunately, IP-based URLs trigger many email services' spam/phishing filters, so it would be handy to find where it's based.
Poring through limesurvey/application/config/config-defaults.php I find
publicurl and
homeurl, however
publicurl seems to be controlled by Yii::app. Using the "if" conditional to set the root URL doesn't seem to work.
Are there any hints as to where I should be looking?
Yes - I have got the servername variable set appropriately in apache.conf.
Thanks very much,
John