日期:2014-05-17  浏览次数:20364 次

htaccess重定向怎么写?
我想把 /index.php/article/det/id/(任何数字)
重定向到 /index.php/p/(数字)
该怎么写?

------解决方案--------------------
RewriteRule /index.php/p/([0-9]+) /index.php/article/det/id/$1