今天,我尝试使用Mod_rewrite在我的网站中重定向。但我做错了,我想解决这条规则。
RewriteEngine on
RewriteCond %{HTTP_HOST} ^my\.domain\.com$ [NC]
RewriteRule ^(.*)$ http://localhost:8067/$1 [R=301]
我想将规则更改为其他内容。但是当我删除.htaccess中的规则并重启apache时。该规则仍然会影响到url。我尝试删除.htaccess文件,但问题仍然存在。
请帮帮我
答案 0 :(得分:0)
过了一会儿,我决定在其他电脑上打开我的网页并且没有错误。所以我清除了我的浏览器数据,问题就解决了。
希望这有帮助!!