Skip to:
Content
Pages
Categories
Search
Top
Bottom

pages are being redirected to groups directory


  • tolisp
    Participant

    @tolisp

    Hello everyone
    i have WP 4.4.2 and BP 2.4.3 installed with pretty URLS. I have also changed the name of the groups to hubs through making a translation file as described in the how to sections of the portal. I have however noticed that certain pages do not load and are sending the user back to the groups directory.
    For example the members of a group are sending me to all members, the edit profile sends me to the groups directory.

    Any suggestions?
    Thanks
    Tolis

Viewing 2 replies - 1 through 2 (of 2 total)

  • Henry Wright
    Moderator

    @henrywright

    You should try disabling all custom code you’ve introduced (theme, plugins, functions) to see which bit is causing the problem.


    tolisp
    Participant

    @tolisp

    I have changed theme, disabled all plugins but the problem persists…
    Anyone heard of something similar happen again? The buddypress is in a subsite domain/portal. I am thinking maybe the rewrite rules are the ones to blame.

    This is my htaccess

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘pages are being redirected to groups directory’ is closed to new replies.
Skip to toolbar