• Hi, There !

    My problem is: I’ve upgraded my obsolete edition of wp to 2.7 and it gaves me Loop Redirection error. I use also traffic manager script Proton wich require to use .htaccess as entrance to his own in.php entrance by ‘DirectoryIndex in.php’ command. The proton’s in.php redirect at its turn to main page, in this case index.php of wp. Untill this 2.7 edition everithing was fine, not any problem, visitors was redirected to index.php of wp via in.php of proton, but now it gaves me redirection loop. I mention that my old edition was 2.3 and I use apache host server (Dreamhost.com).

    server config :

    * Operating System : Linux
    * Server : Apache/2.0.61 (Unix) PHP/4.4.7 mod_ssl/2.0.63 OpenSSL/0.9.7e mod_fastcgi/2.4.2
    * Memory usage : 12.63 MByte
    * MYSQL Version : 5.0.67-log
    * SQL Mode : Not set
    * PHP Version : 5.2.6
    * PHP Safe Mode : Off
    * PHP Allow URL fopen : On
    * PHP Memory Limit : 90M
    * PHP Max Upload Size : 7M
    * PHP Max Post Size : 8M
    * PHP Max Script Execute Time : 30s
    * PHP Exif support : Yes ( V1.4 )
    * PHP IPTC support : Yes
    * PHP XML support : Yes

    Please, anybody can help me to solve this issue ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey xalink!

    I feel for you…I just had the same problem ~2 hours ago….It was due to the redirect plugin. I had to delete it using an FTP client. Anyway, I learned about this through the following link. It was immensely helpful:

    https://wp-member.com/interactive-faq/wordpress-errors/how-to-fix-wordpress-error-firefox-has-detected-that-the-server-is-redirecting-the-request-for-this-address-in-a-way-that-will-never-complete/

    Another link (which allowed me to find the link above) you may also find helpful is here:

    https://www.ads-software.com/support/topic/194255

    I hope this is helpful for you. Take care.

    Thread Starter xalink

    (@xalink)

    Hi, Makeityourown !!

    Thanks a lot for you kindness, but at the first link is debated the admin login issue, is nor my case, at me works, and ReWriteEngine Off in .htaccess don’t works :(. I think in my case is a conflict between redirection file of my traffic trading script (in. php of proton) and the wordpress script. My .htaccess looks like this :

    # BEGIN WordPress

    # END WordPress

    DirectoryIndex in.php index.php

    note that in.php is a traffic manager’s script file which redirects visitors to index.php of wp. also note that if I use no .htaccess everything is fine, but I need to manage my traffic via in.php which set a cookie to my visitors. I tried to avoid usage of .htaccess including in.php in index.php with include() function. it works but not so good. is not so accurate in special at clicks reveals.

    Hey xalink! You’re so welcome.

    I’m pretty new at code, WordPress, website design, server issues, etc., etc. So, I’m not sure I can be of much help. However, I had a similar problem yesterday. I called the hosting company I use, and they temporarily deactivated the hta.access which produced a 404 page. They said that indicated the problem was in WordPress, but they don’t support the program (they “just do hosting”) and were u/a to offer any other support.

    I’m a member of Brian Gardner’s RevolutionTwo forums (https://www.revolutiontwo.com/) and it was one of the moderators there who pointed me quite quickly to my solution, which are the links I shared above. In particular, the following link was absolutely key to resolving my own problem:

    https://wp-member.com/interactive-faq/wordpress-errors/how-to-fix-wordpress-error-firefox-has-detected-that-the-server-is-redirecting-the-request-for-this-address-in-a-way-that-will-never-complete/

    I appreciate maybe you don’t have a plugin issue, but if you’re unsure, perhaps it might be helpful to delete all the plugins (after downloading them to your computer) and see if that helps at all. Again, in advance, I apologize, as I’m shooting in the dark. I’m quite green at all of this and my suggestions may not be helpful at all.

    Just an FYI, if you ever end up using one of Brian Gardner’s themes, the support on his forums is just unbelievably amazing. Fast, courteous. People really care and it’s moderated exceptionally well. It has on numerous occasions, been just so helpful. And, the forums are not just for newbies like me, there are also seasoned WP theme builders on there as well. It’s a great community.

    Anyway, Xalink, I sincerely wish you well on trying to resolve this problem. I so appreciate how exasperating it can be when your site doesn’t work (or worse, if its not in development but actually launched and very active).

    I would be interested to know how you resolve this. Please keep me posted.

    Take good care.

    Thread Starter xalink

    (@xalink)

    Thanks, Makeityourown !

    Your solution is very good for admin side login. I’ve experienced this issue too and renaming plugin directory was real useful. Thanks again for you support.

    regards,
    Alan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Redirection Loop Error in 2.7’ is closed to new replies.