管理员,我的主程序是wordpress,现在我把 Anwsion安装到一个/ask/目录下。我现在的规则是这样的
# BEGIN WordPress
# IF WP ALREADY CREATED DO NOT REPLACE
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteBase /ask/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteRule . /ask/index.php
</IfModule>
# END WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /ask/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /ask/index.php
</IfModule>
但是这样有错误,就是伪静态失败,请问如何修改
阅读全文
收起全文