- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
RewriteEngine On # Ensure the mod_rewrite module is turned on in Apache RewriteCond %{REQUEST_URI} ^/$ # Applies the rule only if the request URI is the root RewriteRule ^$ /index.php/survey/index/sid/{SURVEY_ID} [R=302,L] # Redirects from the root to the survey
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.