- RewriteEngine On
- RewriteCond %{SERVER_PORT} 80
- RewriteRule ^(.*)$ https://www.codefish.cn/$1 [R=301,L]
- RewriteCond %{HTTP_HOST} ^codefish.cn [NC]
- RewriteRule ^(.*)$ https://www.codefish.cn/$1 [L,R=301]
复制代码
粘贴到.htaccess文件中,把域名改成你的就行了。
我的博客是codefish.cn |
|