- Posts: 31
- Thank you received: 5
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
<VirtualHost *:80> ServerName DOMAIN DocumentRoot /var/www/html/limesurvey # force https RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L] </VirtualHost> <VirtualHost *:443> ServerName DOMAIN DocumentRoot /var/www/html/limesurvey <Directory "/var/www/html/limesurvey"> DirectoryIndex index.php index.html Options FollowSymLinks AllowOverride All Require all granted </Directory> </VirtualHost>
Please Log in to join the conversation.
When I visit "index.php/admin/remotecontrol", I am taken to our LimeSurvey instance's homepage.
Please Log in to join the conversation.
The URL remains subdomain.domain/index.php/admin/remotecontrol , and it isn't changed to anything else.When I visit "index.php/admin/remotecontrol", I am taken to our LimeSurvey instance's homepage.
Please Log in to join the conversation.
To access the admin portal, we visit "subdomain.domain.ca/index.php?r=admin/authentication/sa/login".
"subdomain.domain.ca/index.php/admin/authentication/sa/login" leads to our LS homepage, with the URL remaining unchanged (no browser redirect).
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.