litespeed下typecho伪静态规则

Tuesday, Mar 3, 2020 | 1 minute read | Updated at Tuesday, Mar 3, 2020

@

litespeed下typecho伪静态规则~~~

openlitespeed也是兼容的~~~

其实litespeed跟apache时兼容的

把下面代码写入网站根目录下的.htaccess文件

规则如下

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/x-javascript

© 2018 - 2026 vpslala

🌱 Powered by Hugo with theme Dream.