我希望能够使用 htaccess 更改根目录。
我要这个:
index.php/user/user_postdetail/index/14
变成这样:
index.php/post_14.html
我尝试使用
RewriteRule post_([0-9]+).html$ /index.php/user/user_postdetail/index/$1 [L=301,R]
但我把它反过来了。有任何想法吗?
我希望能够使用 htaccess 更改根目录。
我要这个:
index.php/user/user_postdetail/index/14
变成这样:
index.php/post_14.html
我尝试使用
RewriteRule post_([0-9]+).html$ /index.php/user/user_postdetail/index/$1 [L=301,R]
但我把它反过来了。有任何想法吗?