.htaccess

前端之家收集整理的这篇文章主要介绍了.htaccess前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
@H_301_0@RewriteEngine On
# 将404页面跳转到 http://abc.com/ @H_301_0@ErrorDocument 404 http://abc.com/
# 将 不是abc.com 永久跳转到 http://abc.com
rewriteCond %{http_host} !^abc.com [NC]
rewriteRule ^(.*)$ http://abc.com/$1 [R=301,L]

猜你在找的WebService相关文章