0
301重命名的文件,我应该重命名文件(网页)与参数和重定向所有(生成的参数)旧网页,以更新,如:htaccess的重定向与参数
page.php文件 - >改名 - > NEWPAGE。 PHP
重定向
page.php?param1=1¶m2=string -> Redirect 301 -> newpage.php?param1=1¶m2=string
page.php?param1=2¶m2=string -> Redirect 301 -> newpage.php?param1=2¶m2=string
page.php?param1=3¶m2=string -> Redirect 301 -> newpage.php?param1=3¶m2=string
... ...
什么是正确的.htaccess代码?
谢谢 M.
也许这个问题同样有这个问题,[试试这个答案] [1] [1]:http://stackoverflow.com/questions/20658268/htaccess-301-redirect-for-url-with-parameter/20658952#20658952 – Sucipto