redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -


i using bbpress installation without wordpress integration.

the redirect of rewriteengine @ forum site works:

rewriteengine on rewritecond %{http_host} ^forum.mysite.com$ rewriterule (.*)$ http://www.forum.mysite.com/$1 [r=301,l] 

the problem login pppress.

bbpress login not recognize: http://www.forum.mysite/bb-login.php.

it redirects to: http://forum.mysite.com/bb-login.php.

i tried permalink settings none , name based, same issue.

does uses redirect in bbpress or how can eliminate "double" content , redirect permanently www.?

i redirected www.forum.mysite.com forum.mysite.com , achieved eliminate "double" content.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -