当前位置:Gxlcms > 数据库问题 > .htaccess

.htaccess

时间:2021-07-01 10:21:17 帮助过:5人阅读

RewriteEngine On
# 将404页面跳转到 http://abc.com/
ErrorDocument 404 http://abc.com/
# 将 不是abc.com 永久跳转到 http://abc.com
rewriteCond %{http_host} !^abc.com [NC]
rewriteRule ^(.*)$ http://abc.com/$1 [R=301,L]

.htaccess

标签:writer   页面   error   ESS   access   tee   write   tac   ror   

人气教程排行