Typecho Apache Rewrite规则

王叨叨 | 2017-11-08 | 分类 笔记  | 标签 Typecho 

环境是LAMP,网站根目录新建.htaccess文件:

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

Nginx的话,看这篇《Typecho Nginx Rewrite规则》

如果觉得此篇文章对您有帮助,希望可以请我喝雪碧!请我喝雪碧

上一篇   下一篇   返回顶部