Skip to:
Content
Pages
Categories
Search
Top
Bottom

RewriteEngine for sub-domain

Viewing 4 replies - 1 through 4 (of 4 total)
  • @oldcow

    Member

    As I discovered in the forum, I guess there is a problem with rewrite permalinks for the login. I tried it with permalink settings none, an emptied .htaccess file, and the name based option. Any recommendations to get the rewrite corrected are welcome.

    @oldcow

    Member

    As I discovered in the forum, I guess there is a problem with rewrite permalinks for the login. I tried it with permalink settings none, an emptied .htaccess file, and the name based option. Any recommendations to get the rewrite corrected are welcome.

    @oldcow

    Member

    I checked the syntax of the RewriteEngine. The redirect works:

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^forum.mysite.com$

    RewriteRule (.*)$ http://www.forum.mysite.com/$1 [R=301,L]

    I am not using WP only bbPress installation.

    The problem is the login into ppPress.

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

    It needs: http://forum.mysite.com/bb-login.php.

    I tried permalink settings none and name based, same issue.

    Does anyone uses redirect and how can I eliminate “double” content and redirect permanently to http://www.forum.mysite.com?

    @oldcow

    Member

    I checked the syntax of the RewriteEngine. The redirect works:

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^forum.mysite.com$

    RewriteRule (.*)$ http://www.forum.mysite.com/$1 [R=301,L]

    I am not using WP only bbPress installation.

    The problem is the login into ppPress.

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

    It needs: http://forum.mysite.com/bb-login.php.

    I tried permalink settings none and name based, same issue.

    Does anyone uses redirect and how can I eliminate “double” content and redirect permanently to http://www.forum.mysite.com?

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar