您好,欢迎访问一九零五行业门户网

htaccess重定向如何写

htaccess重定向怎么写?
我想把 /index.php/article/det/id/(任何数字)
重定向到 /index.php/p/(数字)
该怎么写?
------解决方案--------------------
rewriterule /index.php/p/([0-9]+) /index.php/article/det/id/$1
其它类似信息

推荐信息