wp mu bbpress - 如何避免个人资料网址重定向到家庭问题?

时间:2013-09-17 15:35:10

标签: wordpress bbpress

我有wp mu(3.6)和bbpress 2.4作为插件安装。

以下网址http://www.mydomain.local/forums/users/51cdf2a4630ff/会重定向到网站主页,而不会显示用户个人资料页面。

我尝试停用所有插件(bbpress除外),但问题并未解决。

这是.htaccess(但任何其他页面都能完美运行):

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]

有人有任何想法吗?

1 个答案:

答案 0 :(得分:0)

在此帖http://zzlatev.com/bbpress-404-header-in-users-profiles/

上找到了有效的解决方案