我在一个文件夹中设置了一个网站,其中包含重定向:my_site.com/folder/index.php重定向到my_site.com。 我更新了网站,并将其移至根目录。所以我不再需要重定向了。它现在是my_site.com。
但是......我收到了一些书签的访客的投诉,并且无法再到那里了。所以我尝试设置重定向,但这不起作用。它抛出一个循环:
You cannot redirect "my_site\.org\/folder\/index\.php" to "http://my_site.org" as this will cause a redirection loop because "/home/folder/public_html" is the document root of one of your domains.
(我删除了实际地址。)如何解决此问题?一些访问者正在使用他们的浏览器查找不再存在的网址。