Yii2和.htaccess从/index.php重定向301,有或没有查询字符串(/index.php?r=xxxxxx)到/(根)

时间:2017-07-19 20:30:02

标签: apache .htaccess yii2

我正在使用Yii2和漂亮的网址,而且它们运行正常。问题是所有丑陋的URL都可用,Bing正在使用index.php索引某些页面,其他一些页面也使用查询字符串。我该如何防止这种情况?如何在/或者没有查询字符串(/index.php?r=xxxxxx)的情况下将/index.php重定向到htaccess中的/(root)。

我在这里和网络上看到了很多解决方案,但它们都不适用于我。 非常感谢

1 个答案:

答案 0 :(得分:0)