@iburnthings
6 years, 1 month ago
That solved it, well that and adding AllowOverride all to the vhost config
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
10 years, 1 month 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?
10 years, 2 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?