大家好,我的 wordpress 中有一个错误,我无法修复。我想用 buddypress 安装 wp,所以需要永久链接。所以 .htaccess 可以被 wp 编辑:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
phpinfo() 中存在 mod_rewrite 不知道该怎么做...有什么建议吗?