mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
5 lines
121 B
ApacheConf
5 lines
121 B
ApacheConf
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule ^ index.php [QSA,L]
|