注册新账号 登录
晓木虫 返回首页

晓木虫论坛
欢迎访问晓木虫论坛

博文

Apache 目录级配置文件.htaccess 301重定向方法

已有 3465 次阅读2019-10-5 23:53

RewriteEngine On
RewriteBase /
RewriteCond %{SERVER_PORT} !^443$ [NC]
RewriteRule ^(.*)$ https://www.emuchong.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} !^emuchong.com$ [NC]
RewriteRule ^(.*)$ https://www.emuchong.com/$1 [L,R=301]
RewriteCond %{request_uri} ^/index.php$ [NC]
RewriteRule ^(.*)$ https://www.emuchong.com/ [L,R=301]
Copyright © 2014-2025 emuchong.com All Rights Reserved. 晓木虫 保留所有权利