mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
11 lines
No EOL
296 B
ApacheConf
11 lines
No EOL
296 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
|
|
# if a directory or a file exists, use it directly
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
|
|
# otherwise forward it to index.php
|
|
RewriteRule . index.php
|
|
</IfModule>
|
|
# General setting to properly handle LimeSurvey paths
|
|
# AcceptPathInfo on |