.htaccess 添加301及文件排序优先
未知
2019-07-22 12:18:00
0次
RewriteEngine on
RewriteCond %{HTTP_HOST} ^wzbsny.com [NC]
RewriteRule ^(.*)$ http://www.wzbsny.com/$1 [L,R=301]
DirectoryIndex index.php default.php index.html index.htm
或者
RedirectMatch 301 ^/$ http://www.modongkafei.com
相关内容