5 lines
156 B
ApacheConf
Executable File
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]
|