- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
https://ssl.webpack.de/[my domain]/[my folder]/
https://[my domain]/[my folder]
<link rel="stylesheet" type="text/css" href="/[my folder]/upload/templates/[my template]/template.css">
<link rel="stylesheet" type="text/css" href="/[my domain]/[my folder]/upload/templates/[my template]/template.css">
https://ssl.webpack.de/[my folder]//index.php/[my survey]?lang=de
https://ssl.webpack.de/[my domain]/[my folder]//index.php/[my survey]?lang=de
<a class="surveytitle" href="/[my folder]/index.php/[my survey]?lang=de">[name of my survey]</a>
<link rel="stylesheet" type="text/css" href="https://ssl.webpack.de/[my domain]/[my folder]/upload/templates/[my template]/template.css">
<a class="surveytitle" href="https://ssl.webpack.de/[my domain]/[my folder]/index.php/[my survey]?lang=de">[name of my survey]</a>
$config['publicurl'] = Yii::app()->baseUrl . '/';
$config['publicurl'] = 'https://ssl.webpack.de/[my domain]/my folder/';
https://[my domain]/my folder/';
https://ssl.webpack.de/[my domain]/my folder/
<form id="limesurvey" name="limesurvey" autocomplete="off" action="/[my folder]/index.php/survey/index" method="post">
https://ssl.webpack.de/[my domain]/[my domain]/my folder/
Which Webpack are you using at HE?keychimp wrote: You are right. A SSL certificate ist expensive at hosteurope. You have to move from a solution for 5€/month to a solution for 20€/month to use this 30€/year certificate. That ist too expensive!
RewriteEngine On RewriteCond %{REMOTE_ADDR} !^10\.30\.7\.1(?:37|38|39|40)$ RewriteRule ^ https://ssl.webpack.de/%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
https://example.org/lime/
https://ssl.webpack.de/example.org/lime/
<a class="surveytitle" href="/lime/index.php/123456?lang=de">Example Survey</a>
https://ssl.webpack.de/lime/index.php/123456?lang=de
<a class="surveytitle" href="/example.org/lime/index.php/123456?lang=de">Example Survey</a>
https://ssl.webpack.de/example.org/lime/index.php/123456?lang=de