Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • @iburnthings

    Participant

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

    @iburnthings

    Participant

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

    @iburnthings

    Participant

    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

    https://buddypress.org/support/topic/hide-profiles-of-a-specific-role-not-admin/

    I created a new thread. Sorry to hijack/resurrect this thread.

    @iburnthings

    Participant

    Can this be modified for subscribers?

    @iburnthings

    Participant

    When I use the buddypress registration form there are two places for an email address. Is this for validation or a duplicate entry? Is it for two different databases?

Viewing 6 replies - 1 through 6 (of 6 total)
Skip to toolbar