• https://what-tha-what.com/2016/03/03/important-secrets-that-companies-dont-want-you-to-know

    A couple of weeks ago I was working on my website through my cell phone when their website kicked me out of my live site and put me into localhost. I contacted Support and got the issue fixed it is happened to me about 3 times since then with the last time being today a few hours ago I went to one of my posts that is painted. First page showed just fine when I click on next page it sent me to a redirect loop Page. I cleared cookies in all three of my browsers that did not work I checked site setup then called my tech support. He stated nothing should in the. Htaccess and no error codes were shown to contact the team publisher and get it fixed through them. I switched my theme and again the same issue does anybody know what I can do to fix this issue.

Viewing 1 replies (of 1 total)
  • Thread Starter addb1983

    (@addb1983)

    this is what my .htaccess shows was told by another member of Bluehost tech support that it looked like the issue was there

    # BEGIN Far Future Expiration Plugin

    ExpiresActive on

    ExpiresDefault “access plus 720 hours”

    # END Far Future Expiration Plugin

    # Use PHP5.4 as default
    AddHandler application/x-httpd-php54 .php

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

Viewing 1 replies (of 1 total)
  • The topic ‘Paginated posts show redirect loop’ is closed to new replies.