RewriteEngine On
RewriteBase /
RewriteRule ^login(.)$ index.php/api/login/index/(.)$ RewriteRule ^ping(.)$ index.php/api/ping/index/(.)$ RewriteRule ^auth(.)$ index.php/api/auth/index/(.)$ RewriteRule ^portal(.)$ index.php/api/user/index/(.)$ RewriteRule ^library/test/success.html index.php/api/login/apple
———————— 怎么改写成 .htaccess
1
terces 2018 年 6 月 1 日
这是做什么用的? Joby
|
3
Felldeadbird 2018 年 6 月 1 日
这个看起来,貌似本身就 htaccess 的规则啊
|