mirror of
https://github.com/grocy/grocy.git
synced 2025-09-18 18:46:51 +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]
|