Commit 779c978
Jonathan Starck
limesurvey: enable Apache mod_rewrite
The vhost sets AllowOverride All and LimeSurvey ships a root .htaccess
with the rewrite rules its front controller depends on, but mod_rewrite
is not enabled on a fresh Debian install and setup_php does not enable
it either.
Since the .htaccess wraps its rules in <IfModule mod_rewrite.c>, the
block is silently skipped and requests to /rest/v1/* never reach
index.php, returning 404 and breaking the new LimeSurvey editor.
Fixes #167641 parent 99d4f9d commit 779c978
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments