• Resolved jawdatrana

    (@jawdatrana)


    I get the following message when i access:
    https://zeemaxventure.com/wp-admin/

    This webpage has a redirect loop
    The webpage at https://zeemaxventure.com/wp-admin/ has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
    Here are some suggestions:
    Reload this webpage later.
    Learn more about this problem.
    Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

    front end of the website is in working state, i tried to access the back-end using this url:
    https://zeemaxventure.com/wp-login.php?redirect_to=http%3A%2F%2Fzeemaxventure.com%2Fwp-admin%2F&reauth=1

    first it redirects to the same error page, bt when i accessed the front-end it was logged in.
    Now the problem is im logged-in as admin but all the back-end pages (dashboard, edit page, etc etc) are showing error 404

    The site was functioning well, and as far as i remember i didnt made any change in the template since 1 month.
    Kindly help me solve this issue, its urgent, i have to update my client

Viewing 12 replies - 1 through 12 (of 12 total)
  • I am getting this same thing for the last few days! I cannot find any answers that are relevant in my search either. I do not have multisite installed and I cannot access my dashboard so I cannot uninstall anything or change settings. I have removed all plugin folders via FTP but still nothing. I checked my htaccess and its just the normal stuff:

    # 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

    https://costaricarealestateeco.com/wp-admin/

    AHA! I just figured out my problem, I hope this helps you jawdatrana. I found this thread: https://stackoverflow.com/questions/14532520/redirect-loop-on-wp-admin-or-wp-login-php

    and it reminded me that a few days ago I was changing permissions on my folders in FireFTP.

    I don’t know all that much about the permission numbers, but here is how I now have my permissions set on the wp-admin folder:
    705
    Owner: Read / Write / Execute
    Group: (none)
    Public: Read / Execute

    and on wp-admin/index.php:
    644
    Owner: Read / Write
    Group: Read
    Public: Read

    I hope this helps you!

    Thread Starter jawdatrana

    (@jawdatrana)

    Thanks marianney ! ?? it works
    although i didnt change any permission, but its working fine now.
    Thanks a lot

    That’s great! Im curious: do you know what you did or did it just start working all of a sudden?

    Thread Starter jawdatrana

    (@jawdatrana)

    I just changed the permissions of wp-admin folder to 705 which was 777 before, I dont know whats the reason behind this because 777 is a privileged mode.
    I guess u misunderstood my last comment, i actually wrote that i didnt change the permissions before that and it was working fine since i uploaded the wordpress package

    I have the same issue with my WordPress. I tried fixing the permissions, but still am unable to login to the dashboard. Any kind of help would be highly appreciated!!

    I type in my site address and get sent to WP install page. Then, when I attempt to use any other access point I am directed to this 310 error.

    What is going on and how do I regain access to my site? Please, help!

    Hi marianney, thanks for your help.

    marianney thanks lot. Even I has same issue which is resolve with your trick.
    thanks lot..

    I had the same problem. have tried everything on every forum out there!

    Finally my hosting provider called me and told me that it was due to an upadte in Plesk (11.5.30). I had to make some changes by the domein in Plesk. Problem solved!

    This solution worked for me on Plesk 11.5.3 with WordPress:

    https://stackoverflow.com/questions/19461621/wordpress-sites-keep-redirecting-to-no-www

    I’m having this same problem, but it’s on a site I designed for a client. I get the redirect loop when I try to login. All I know is it happened after I updated WordPress and then changed the site path in Settings>General. I can probably get into my client’s server, but is there an easier fix?
    Thanks

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Error 310: Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirect’ is closed to new replies.