Loading
0

typecho程序apache下.htaccess伪静态规则
被墙跳转TG:@qianhenetwork QQ 851617266

301免备案跳转微信公众号
腾讯云服务器大促销。
华为服务器
typecho程序apache下.htaccess伪静态规则,使用方法:将如下规则放到网站根目录下的.htaccess文件中,若果已经存在该文件,请将规则复制到该文件末尾即可,若有问题,可留言告知我们协助检查。

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

301免备案跳转微信公众号
华为服务器
腾讯云服务器大促销。

声明:站长码字很辛苦啊,转载时请保留本声明及附带文章链接:https://www.zfcdn.xyz/showinfo-6-36002-0.html
亲爱的:被墙域名跳转TG:@qianhenetwork QQ:851617266,可否收藏+评论+分享呢?
上一篇:apache winnt_accept: Asynchronous AcceptEx failed 解决方案
下一篇:帝国cms程序apache下.htaccess伪静态规则