gpt4 book ai didi

.htaccess - 无法移除 301 重定向

转载 作者:行者123 更新时间:2023-12-03 21:17:09 24 4
gpt4 key购买 nike

我愚蠢地在 websiteA.com 上做了一个 301 重定向到 websiteB.com。从 .htaccess 文件中删除它后,重定向仍在运行。我从本地网络外部尝试过,它仍在重定向。我已清除缓存并尝试使用其他浏览器。

有人有什么建议吗?

更新:

如果我将 302 重定向添加到此 .htaccess 文件,则该站点将使用它。当我删除它时,旧的 301 重定向仍然发生。

websiteA.com 的 .htaccess 文件:

# -- concrete5 urls start --

Options -Indexes

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
# -- concrete5 urls end --

#RewriteCond %{HTTP_HOST} ^.*$
#RewriteRule ^/?$ "http\:\/\/www\.websiteB\.co\.uk\/" [R=301,L]

最佳答案

尝试在开发者控制台打开的情况下访问网站 (F12)
确保选中“网络”选项卡下的“禁用缓存”
bypass 301 redirect
这将绕过 上的 301 重定向缓存浏览器端 .

关于.htaccess - 无法移除 301 重定向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9431164/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com