Files
fast_install/api/.htaccess
T

8 lines
181 B
ApacheConf

RewriteEngine On
RewriteBase /
# API 路由: /v3/* -> api/index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^v3/(.*)$ index.php [QSA,L]