BuddyPress too many redirects – URGENT
-
Hello,
I can not load ANYTHING on buddypress whether it be someones profile, photos, settings, messages anything…it tells me that the website has too many redirects.I tried placing some coding (that I saw in an older forum here from 4 years ago) into bp-custom and bp-loader but that did not change anything. The website launches in 2 days and I REALLY need help!
My htaccess file has the following:
# BEGIN s2Member GZIP exclusions
<IfModule rewrite_module>
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR]
RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1
RewriteRule .* – [E=no-gzip:1]
</IfModule>
# END s2Member GZIP exclusions# 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
AuthName “Developer”
AuthUserFile “/home3/reelhookedco/.htpasswds/public_html/passwd”
AuthType Basic
require valid-userPlease help!
Thank you!
- You must be logged in to reply to this topic.