Files
BE_CPONE/.htaccess
2026-04-27 10:26:26 +07:00

5 lines
148 B
ApacheConf

RewriteEngine on
RewriteBase /one-api/
RewriteCond $1 !^(index\.php|assets|user_guide|robots\.txt)
RewriteRule ^(.*)$ /one-api/index.php/$1 [L]