Support » Fixing WordPress » This Webpage has a redirect loop

  • melanie.dhbd

    (@melaniedhbd)


    I was just having a look to see if the redirection link in the general settings was the reason why I get redirection status unless I go straight to the log in page on my wordpress site at http://www.darkhoneybydesign.co.uk/Wordpress

    I clicked save and all of a sudden I’m getting redirection loop messages and I cannot access my site at all.

    Quick answers much needed, this is my dissertation project (learning wordpress and online communities)

Viewing 5 replies - 1 through 5 (of 5 total)
  • zimmi88

    (@zimmi88)

    Hmm… not sure how you have your install set up (is WordPress installed to the /Wordpress folder?), but it looks like you have a script redirecting to itself. Some places I’d check first is .htaccess and any custom redirection scripts you might have in place (is index.php from WordPress or is it a custom script?).

    Here’s what I’ve been able to pick up from the request trace…

    1. darkhoneybydesign.co.uk/Wordpress issues 302 pointing to darkhoneybydesign.co.uk/Wordpress/index.php/?bp_pc_redir_to=%2Fwordpress
    2. darkhoneybydesign.cok.uk/Wordpress/index.php?bp_pc_redir_to=%2Fwordpress issues 301 pointing to darkhoneybydesign.co.uk/Wordpress/?bp_pc_redir_to=%2Fwordpress
    3. darkhoneybydesign.co.uk/Wordpress/?bp_pc_redir_to=%2Fwordpress issues 302 pointing to darkhoneybydesign.co.uk/Wordpress/index.php/?bp_pc_redir_to=%2Fwordpress
    and repeating between 2 and 3 until the browser gives up.

    I hope this helps!

    Thread Starter melanie.dhbd

    (@melaniedhbd)

    Thanks for the advice but for some reason i couldn’t access my .htaccess, went into my databases and changed the url’s. Removed the “www.” and it works again, still have a problem accessing the homepage when not logged in though. It just shows a page redirect so I’m having to go straight to the log in page

    learningmore

    (@learningmore)

    = removed =

    esmi

    (@esmi)

    @learningmore: It is impolite and contrary to forum policy to interrupt another poster’s thread with a question of your own. Please post your own topic.

    zimmi88

    (@zimmi88)

    Cool… well that’s at least progress in the right direction.

    Still might be an issue with the .htaccess file, but the odd thing that seems out of place in this issue is the bp_pc_redir_to parameter in your URL. A quick search yielded this topic about a similar issue where the parameter appeared and this page for the plugin BuddyPress Private Community. There appear to be a number of reports of this plugin not working with WP 3.3.1, so it could be this plugin that’s causing issues. I’d say try checking out the FAQ and your settings to see if something’s off.

    I hope this helps!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘This Webpage has a redirect loop’ is closed to new replies.