Typecho Apache 伪静态规则

2026-03-15 2 0

在根目录.htaccess文件添加

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /index.php/$1 [L]
</IfModule>

相关文章

中兴问天BE7200Pro+路由器外网访问设置
电信宽带更换中兴G7615光猫
荣耀magic5系列手机禁用系统更新
Typecho Joe主题 增加页码分页功能
Typecho添加微语(说说、碎语、时光机)功能
国产电视安装群晖DS DSPhoto TV版

发布评论