Hi, How do I group surveys based on my projects?
I have a list of surveys(over 50) and all of them belong to different projects. Right now, It is difficult to find a survey that belongs to a certain project. I am currently following a Title format with project codes. But in the future, I want the project code to be in the survey URL as well.
It's not the default, because we are unsure it work.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
And now you understand why we don't actvate it by default. You must have mod_rewrite on your server.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Hi Denis, Thanks for your reply. I have mod_rewrite enabled on my server.
(I printed phpinfo() inside limesurvey root directory, and it shows mod_rewrite under Loaded modules)
Strange, maybe rewrite is deactivated somewhere else. Didn't know.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Hi, Its the AllowOverride None in Apache httpd.conf blocking the redirection.
Changed it to AllowOverride All and the redirection worked.
(Basically, got rid of index.php in the URL)