
litespeed下typecho伪静态规则
litespeed下typecho伪静态规则~~~
openlitespeed也是兼容的~~~
其实litespeed跟apache时兼容的
把下面代码写入网站根目录下的.htaccess文件
规则如下
1
2
3
4
5
6
7
8
9
10
11
12
13
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
💘 相关文章
- how to Reset litespeed web management password
- 使用301实现域名跳转到www包括https的3种方法
- LiteSpeed 旗下特色的免费CDN加速服务QUIC.cloud
- nftables实现简单的DDOS攻击防护的规则
- 10GB NVME SSD的litespeed高速免费的虚拟主机
- openlitespeed/litespeed禁止访问文件夹和文件的方法
- 这应该是最全的Litespeed的教程了
- Openlitespeed /litespeed 配置文件参考收藏
- 重设litespeed的web管理密码
- vanillaforums伪静态规则和memcached缓存的方法