- Posts: 9
- Thank you received: 1
access admin console from internet
3 years 11 months ago #108641
by rmsolar
rmsolar created the topic: access admin console from internet
Hi,
I am trying to access LS from internet in order to manage my surveys.
url: www.mysurvey.com/admin
Is there a parameter to activate in order to allow access to the admin console?
Thanks.
I am trying to access LS from internet in order to manage my surveys.
url: www.mysurvey.com/admin
Is there a parameter to activate in order to allow access to the admin console?
Thanks.
Please Log in or Create an account to join the conversation.
3 years 11 months ago #108780
by jelo
jelo replied the topic: access admin console from internet
If you didn't install Limesurvey you should ask the person who did.
What Version of Limesurvey is installed?
If you are using LS 2.X try
www.domain.tld/index.php/admin/authentication/sa/login
Perhaps a problem with the webserver and URL rewriting if the /admin alone is not working.
What Version of Limesurvey is installed?
If you are using LS 2.X try
www.domain.tld/index.php/admin/authentication/sa/login
Perhaps a problem with the webserver and URL rewriting if the /admin alone is not working.
The following user(s) said Thank You: rmsolar
Please Log in or Create an account to join the conversation.
3 years 10 months ago #109120
by rmsolar
rmsolar replied the topic: access admin console from internet
thanks for your reply and sorry for the late response.
Adding the following syntax to the URL worked
survey.domain.eu /index.php/admin/authentication/sa/login
problem solved.
Adding the following syntax to the URL worked
survey.domain.eu /index.php/admin/authentication/sa/login
problem solved.
Please Log in or Create an account to join the conversation.
3 years 10 months ago #109123
by jelo
If you tried survey.domain.tld/admin
LimeSurvey should rewrite it to survey.domain.tld/index.php/admin (on Windows IIS it's different).
and then to survey.domain.tld/index.php/admin/authentication/sa/login
That works out of the box if settings of limesurvey and environment are correctly set.
Good luck!
jelo replied the topic: access admin console from internet
That might be true.rmsolar wrote: problem solved.
If you tried survey.domain.tld/admin
LimeSurvey should rewrite it to survey.domain.tld/index.php/admin (on Windows IIS it's different).
and then to survey.domain.tld/index.php/admin/authentication/sa/login
That works out of the box if settings of limesurvey and environment are correctly set.
Good luck!
Please Log in or Create an account to join the conversation.