首頁 > 後端開發 > php教程 > 网站更换的问题

网站更换的问题

WBOY
發布: 2016-06-23 14:02:39
原創
940 人瀏覽過

现在公司重新做了一个网站,以前的新闻部整合到了新网站里面,但以前的旧新闻链接要保留,并且点击旧新闻的时候要指向新的网站,这个要怎么做,需要配置.htaccess吗?


回复讨论(解决方案)

是的,配置302转向

是的,配置302转向

这个具体怎么设置呢?

比如:旧网站:http://www.zh123.com/salaryandcareertips/2034/detail/

      新网站:http://news.zh123.com/news-2034/

2032是id的话
salaryandcareertips\/(0-9+)\/detail\/  news-$1/

RewriteRule salaryandcareertips\/(0-9+)\/detail\/  news-$1/ [L,R=301]

RewriteRule salaryandcareertips\/(0-9+)\/detail\/  news-$1/ [L,R=301]

好的,谢谢,我星期六试试

RewriteRule salaryandcareertips\/(0-9+)\/detail\/  news-$1/ [L,R=301]

我在我们网站里面发现了.htaccess文件,里面有一些
RewriteRule ^heighlights/([0-9]+)/([a-zA-Z0-9_]+)/$ /modules/heighlights/heighlight-details.php?id=$1&pagetype=$2 [QSA,L]

#RewriteRule ^employer/([0-9]+)/([a-zA-Z0-9_]+)-detail/$ /modules/employers/employer-details.php?id=$1&pagetype=$2 [QSA,L]

这2句是什么意思?



简单点就是:  /modules/heighlights/heighlight-details.php?id=1&pagetype=2 这样的链接
重写为:heighlights/1/2
 /modules/employers/employer-details.php?id=1&pagetype=2
重写为:employer/1/2

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板