我正在尝试改变这一点:
/news/index.php?id=101&title=this-is-a-very-long-title
对此:
/新闻/这是一个非常长的标题/
使用 htaccess 重写规则。知道怎么做吗?
我试过了:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^.+/news/index.php?title=$1 [NC,L,R]