Files
ui/public/api/.htaccess

5 lines
121 B
ApacheConf
Raw Normal View History

2021-12-01 21:04:06 -03:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]