tp3.2設置301重定向的方法:
在目錄中找到.htaccess的文件,添加規則,例如:
以前的頁面鏈接是http://www.mlszssj.com/newsWeb/newsDetail/123.html
現在的頁面鏈接是
http://www.mlszssj.com/article/index/id/123
由以前鏈接重定向到現在鏈接,則添加規則如下:
RewriteRule (.*)/article/index/id/123 http://www.mlszssj.com/newsWeb/newsDetail/123.html [L,R=301]