Skip to:
Content
Pages
Categories
Search
Top
Bottom

404 on requesting membership to a group


  • mtedv
    Participant

    @mtedv

    Hi,

    i have a problem with private groups / requesting membership to them.

    As soon as i want to request the membership, i get an 404 – page not found.

    Everything else just works fine ..

    While looking for the error, i found that the link should go to e.g.
    http://www.xy.de/community/groups/testgroup/request-membership?_wpnonce=54457079e4
    On opening it changes to:
    http://www.xy.de/community/groups/testgroup/request-membership/?_wpnonce=54457079e4

    Difference: The slash before the GET-Parameter. Could this be the problem? Do you have any idea how to solve it?

    I already updated the permalink-settings. .htaccess says:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /community/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /community/index.php [L]
    </IfModule>

    # END WordPress

    Any ideas or questions?

    Greetings,

    Max

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘404 on requesting membership to a group’ is closed to new replies.
Skip to toolbar