Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyPress too many redirects – URGENT


  • donsauce
    Participant

    @donsauce

    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-user

    Please help!

    Thank you!

Viewing 1 replies (of 1 total)
  • I see your site has a HTTP Basic Auth. user/password, so I can’t track down down where it’s redirecting to/from.

    How exactly did this problem occur? If you have the site going live in a couple of days (hopefully), then it must have been working to get it ready, so what did you do to break this?

    Please also let us know if you’re running WordPress multisite or not.

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