mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
9 lines
191 B
ApacheConf
9 lines
191 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
Options -MultiViews
|
|
|
|
SetEnv HTTP_MOD_REWRITE On
|
|
|
|
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^ index.php [QSA,L]
|
|
</IfModule>
|