Error when accessing website all together

Discussion in 'aMember Pro v.4' started by matlisthree, Dec 8, 2011.

  1. matlisthree

    matlisthree New Member

    Joined:
    Nov 30, 2011
    Messages:
    11
    Hi,

    I was adjusting some settings and then started receiving the folowing error message...

    """The page isn't redirecting properly

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    This problem can sometimes be caused by disabling or refusing to accept
    cookies."""

    Not sure how to resolve this...

    This is my htaccess if that is the problem.

    # Sample Nginx rules configuration:
    # aMember rules (replace /amember to actual aMember Pro path from site root)
    #
    # location ~* ^/amember/.*\.(js|ico|gif|jpg|png|css|swf|csv)$ {}
    # location ~* ^/amember/setup/index.php$ { try_files not-existing-file @php; }
    # location ~* ^/amember/js.php { try_files not-exiting-file @php; }
    # location ~* ^/amember/index.php$ { try_files not-existing-file @php; }
    # location ~* ^/amember/public.php$ { try_files not-existing-file @php; }
    #
    # location ~* ^/amember/public { rewrite ^.*$ /amember/public.php; }
    # location ~* ^/amember/setup { rewrite ^.*$ /amember/setup/index.php; }
    # location ~* ^/amember { rewrite ^.*$ /amember/index.php; }
    #
    # you must already have something like that in your nginx configuration:
    #
    # location ~ \.php$ {
    # try_files not-existing-file @php;
    # }
    # location @php {
    # fastcgi_pass 127.0.0.1:9000;
    # include fastcgi_params;
    # }
    #
    # it is necessary to have @php section, as it is referred by aMember rules, and
    # it must be located at bottom
    #
    #
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule ^public public.php [L]
    RewriteRule ^js.php js.php [L]
    RewriteRule !\.(js|ico|gif|jpg|png|css|swf|csv)$ index.php
    </IfModule>

    <IfModule mod_php5.c>
    php_flag magic_quotes_gpc off
    </IfModule>
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Where you get this error? When try to access any aMember page? Or jsut in protected area?
  3. paullee357

    paullee357 Member

    Joined:
    Oct 28, 2012
    Messages:
    38
    I'm getting this error too. Chrome and Firefox multiple computers. Public always forced to login page when I don't have it protected When I do login whether with aMember or try to go to wp-admin directly I get a rewrite loop and the browsers shutdown to protect.
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    That was a different issue as I remember. Please contact us in help desk ASAP we will check what can be wrong

Share This Page