我有一个问题,因为我使用重写 url..
我的旧网址:
Website.com/index.php?act=appdetail&appid=oWV
新的重写 URL
http://website.com/angry_birds_rio-appdetail-oWVi.html
但是我所有的旧网址都在谷歌中编入索引,如果有人访问我的网站,它会显示旧网址,谷歌也会索引新网址。它在网站问题上制作重复页面。
让我知道解决方案
我的重写 URL htaccess
重写引擎开启
RewriteRule ^([^-] )-([^-] )-([^-] )-([^-] )-([^-]*).html$ index.php?appanme=$1&act=$2 &appid=$3&page=$4&cat=$5 [L]
RewriteRule ^([^-] )-([^-] )-([^-] )-([^-] )-([^-] )-([^-] ).html$ index.php? appanme=$1&act=$2&appid=$3&page=$4&cat=$5&sString=$5 [L]
RewriteRule ^([^-] )-([^-] )-([^-]*).html$ index.php?appanme=$1&act=$2&appid=$3[L]