Typecho伪静态文件

2018年08月30日 | tags | views 110
Comments 0

90qh的虚拟主机是windows系统。


# BEGIN typecho

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

# END typecho


用editplus等编辑,保存为.htaccess

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。