46
0
0

伪静态并强制跳转https.

2023-07-12
2025-11-24
文章摘要
|

问就是垃圾主机要自己设置,备份一下。

    <IfModule mod_rewrite.c>
    RewriteEngine On
    #伪静态
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /index.php/$1 [L,E=PATH_INFO:$1]
    #强制跳转https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^(.*) https://hyde.live/$1 [L,R=301]
    </IfModule>

重命名.htaccess,丢进根目录,over~

支持与分享

如果这篇文章对你有帮助,欢迎分享给更多人或者给予支持!

评论