- Posts: 146
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
fransmarcelissen wrote: Hi,
Is www.domain.com/index.php/546753 what you are looking for?
Frans
mrli999 wrote: And we did can access the survey through: www.domain.com/survey/index.php/789456 , but the address is a little long.
fransmarcelissen wrote: Hi,
If www.domain.com/survey/index.php/789456 is too long, you could create a file like www.domain.com/mysurvey.php (probably /var/www/mysurvey.php), with a redirect as content (
<?php
header('Location: www.domain.com/survey/index.php/789456 ');
?>
Now you can access the survey with www.domain.com/mysurvey.php
Better?
Frans