.htaccess 添加301及文件排序优先

发布时间:2019-07-22作者:小灵龙点击:96

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
标签: