前几天我上传了这个.htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
现在我要删除此重定向。我已经删除了.htaccess文件,但rediret仍在工作。
我不想将非www重定向到www。
请帮助我。
答案 0 :(得分:1)
由于您删除了.htaccess文件..它应该可以工作..
尝试删除浏览器缓存。
如果你正在使用chrome:
I am on Mac and this is the shortcut: Shift+Command+Delete.
On Windows, it is: Ctrl+Shift+Delete.