- Posts: 10
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
'request'=>array( 'baseUrl'=>'https://surveys.northerndeanery.nhs.uk', ),
'request'=>array( 'baseUrl'=>'https://surveys.northerndeanery.nhs.uk/pineapple', ),
https://80.194.247.xxx
'request'=>array( 'baseUrl'=>'https://surveys.northerndeanery.nhs.uk', ),
What survey URL ? In the mail ?quaint wrote: and then modify the config-defaults.php to point to the subdirectory /pineapple/templates as you suggest below, then I get the templates and the CSS and everything looks normal, but the URLs are still pointing to the IP address, rather than surveys.northerndeanery.nhs.uk/ .
'components' => array( 'request'=>array( 'hostInfo'=>'https://surveys.northerndeanery.nhs.uk', ),
Plesa, give the number , or best the complete bug report link (with number).quaint wrote: Will submit another bug report.
Please,quaint wrote: Thanks very much. I think now it should just be a case of updating the documentation to say "hostinfo" rather than "baseUrl".
https://secure.domain.org/survey-2017/ | ------ | ------ ------------------------------------ Client|-https->| LB |-http->| VH-internal:1234/survey-2017 | ------ ------ | Limesurvey version: 2.57.1+161205 | ------------------------------------
//$data['baseUrl'] = Yii::app()->getBaseUrl(true); $data['baseUrl'] = Yii::app()->getConfig("publicurl");
<script type="text/javascript"> /*<![CDATA[*/ LS.data = {"baseUrl":"https:\/\/secure.domain.org\/survey-2017","showScriptName":true,"urlFormat":"path","adminImageUrl":"\/survey-2017\/styles\/Sea_Green\/images\/","csrfToken":"ef39d73f0b8b4xxxxx75ef52d1e6dcax5d","language":"en","replacementFields":{"path":"\/survey-2017\/index.php\/admin\/limereplacementfields\/sa\/index"}}; $.ajaxSetup({data: {YII_CSRF_TOKEN: LS.data.csrfToken}}); /*]]>*/ </script>