网站 typecho伪静态并强制301跳转https 在网站根目录新建.htaccess文件,放入以下代码<IfModule mod_rewrite.c> RewriteEngine On #伪静态 RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ...