我希望能够使用干净的网址在Google优化工具中进行测试....我可以创建一个名为geolocationtest.php的文件,以便
http://neighborrow.com/geolocationtest.php
会重定向到http://neighborrow.com/v2/controllers/并消除谷歌不喜欢的目录问题吗?
答案 0 :(得分:0)
geolocationtest.php的内容:
<?php
header ("Location: http://neighborrow.com/v2/controllers/");
?>