• jamessk

    (@jamessk)


    Hi,

    I have found other forums about this error which are now closed and none of these seem to resolve the problem. I have no plugins installed.

    Here is a copy of the error I’m receiving when clicking on a link to a page within my WordPress website.

    This webpage has a redirect loop
    The webpage at http://www.website.co.uk/cabinet-collection/bette/ 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.

    I have viewed other WordPress websites in the same browser with no problems.

    Can anyone point me in the right direction please?

    Any help appreciated

    Thanks
    J

Viewing 4 replies - 1 through 4 (of 4 total)
  • What is in your .htaccess?

    Sniper Kitten

    (@sniperkitten)

    Your website is giving 404 error….

    Thread Starter jamessk

    (@jamessk)

    Here is my .htaccess

    RewriteEngine on
    ErrorDocument 404 /404.shtml

    # 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

    Kind Regards
    J

    ummmm… your entire site is redirecting to http://www.sedoparking.com/website.co.uk If you watch the requests with HttpFox it pops right out. In fact, if you dig your domain name you get an IP that leads directly to http://www.sedoparking.com/website.co.uk Something is wrong with your domain name registration or DNS records.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Redirect Loop Error’ is closed to new replies.