站点图标 VPS站长网

openlitespeed 环境下 typecho 伪静态规则

宝塔面板可以卸载 Nginx 直接更换为 OpenLiteSpeed 。在实际应用中,OpenLiteSpeed 比 Nginx 资源占用率更低,Nginx 更换 OpenLiteSpeed 需要注意的事项可以参考本站之前发布的 更换了 OpenLiteSpeed,WordPress 网站使用 OpenLiteSpeed 比 Nginx 资源占用率更低。国人常用的轻量化网站程序 typecho 也支持 OpenLiteSpeed,不过宝塔面板中没有提供 typecho 在 OpenLiteSpeed 环境的伪静态规则

可以把下面代码直接复制到宝塔面板的伪静态规则中,保存即可。

规则如下

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
AddOutputFilterByType DEFLATE text/html text/css text/plain text/xml application/x-httpd-php application

转载请注明:VPS站长网 » openlitespeed 环境下 typecho 伪静态规则

退出移动版