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