【发布时间】:2018-09-09 16:08:11
【问题描述】:
我有一个愚蠢的问题。 我正在本地主机上的 wampserver 上测试重定向。 我在项目根目录上创建了一个 .htaccess,它运行良好。
.htaccess
Redirect permanent /blog/ http://foo/
但是现在,我想把.htaccess改成
Redirect permanent /blog/ http://foo/blog/
什么也没有发生...我的意思是即使我写了这个重定向仍然是相同的:
Redirect permanent /blog/ http://abcedfgh/foo/
我看到有no problem of refresh with .htaccess。
我测试了 Ctrl+F5 和 Ctrl+Alt+r 来清理浏览器缓存没有成功。
有人有想法吗?
【问题讨论】: