Skip to:
Content
Pages
Categories
Search
Top
Bottom

404 all bp pages


  • iburnthings
    Participant

    @iburnthings

    WordPress 4.9.8
    Buddypress 3.2.0
    Ubuntu, Apache, MySQL, php
    mod_rewrite is enabled

    Fresh install. I have dropped the database a few times and reinstalled.

    This time I immediately enabled pretty permalinks ie. %post-name% and enabled user registration.
    Then I installed and activated buddypress.

    Each time the pages are created and linked in buddypress settings automatically. However navigating to them gives 404

    Not Found
    The requested URL /register/ was not found on this server.

    Apache/2.4.18 (Ubuntu) Server at sub.domain.com Port 443
    (I replaced my domain info)

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

  • iburnthings
    Participant

    @iburnthings

    Here is my .htaccess

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

    iburnthings
    Participant

    @iburnthings

    I’ve now tested that it is NOT my SSL redirects nor is it my browser


    Prashant Singh
    Participant

    @prashantvatsh

    Hi,

    Please re-save your permalinks and then test again.

    If it is still not working then please write this line Options +FollowSymLinks in htaccess just brfore #BEGIN WordPress

    Hopefully, it will solve your issue.

    Thanks


    iburnthings
    Participant

    @iburnthings

    That solved it, well that and adding AllowOverride all to the vhost config


    Prashant Singh
    Participant

    @prashantvatsh

    Perfect 🙂


    somethingelse
    Participant

    @somethingelse

    hi. this did not fix the issue for me… it might not be exactly related…
    if i’m in admin dashboard, on Activity… trying to click through to view activity results in 404.

    my first thought was permalinks, so i reset those, but no fix.
    so i tried adding the Options +FollowSymLinks as noted above… still no fix.

    my server uses LiteSpeed, so i don’t know if the AllowOverride as above is valid for me?
    just would like it to work, so any suggestions are appreciated.

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