@iburnthings
7 years, 2 months ago
That solved it, well that and adding AllowOverride all to the vhost config
7 years, 3 months ago
I’ve now tested that it is NOT my SSL redirects nor is it my browser
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
11 years, 2 months ago
https://buddypress.org/support/topic/hide-profiles-of-a-specific-role-not-admin/
I created a new thread. Sorry to hijack/resurrect this thread.
Can this be modified for subscribers?
11 years, 3 months ago
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?