# BEGIN Redirecting from www to non-www site
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.teachmecool\.com$
RewriteRule ^/?$ "http\:\/\/teachmecool\.com\/" [R=301,L]
# END Redirecting from www to non-www site
我使用上面的代码从www重定向到非www站点。此代码在PC中运行良好,但是当我使用移动设备浏览时,它无法正常工作,导致此网页无法使用'。
感谢任何帮助