api/public/.htaccess

8 lines
212 B
ApacheConf
Raw Permalink Normal View History

2023-04-07 19:05:18 +08:00
AddDefaultCharset UTF-8
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?_url=/$1 [QSA,L]
</IfModule>