我已经做了一些URL掩码,它的一切都很好。我有我想现在要解决的一个问题:htaccess url masking mod重写
RewriteRule ^(.*)/(.*)/clubs/(.*)/$ teams.php?competition=$1&season=$2&teamid=$3
与上面我可以访问同一页面2种方式,www.domain.com/premier-league/2010-2011/arsenal/
和www.domain.com?competition=premier-league&season=2010-2011&teamid=arsenal
有没有在我的重写规则的方式我可以重定向URL(理想的301)是有人通过不整洁的方式“www.domain.com?competition=premier-league&season=2010-2011&teamid=arsenal
”?
在此先感谢
我喜欢阿森纳.. –