Files
BE_IBL/.htaccess
2026-04-15 15:12:37 +07:00

5 lines
156 B
ApacheConf
Executable File

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