6124d6060c
Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
181 B
ApacheConf
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]
|