• I feel like I am on an episode of star trek where the crew is caught in a temporal loop and forced to repeat the same thing over again…anyways:

    WordPress is: Current
    Theme: Enfold (and is current)

    I am stuck with this issue. My site is not redirecting properly:

    Site: https://www.juliandrada.com/

    I’ve changed the urls around in General–>Settings to no avail.

    I was running a WordPress Plugin called OptimizePress before the site went loopy ??

    I’ve disabled plugins that interfer with OptimizePress (I haven’t disabled OptimizePress as I am fearful of losing the work saved) based off of this list here:

    https://optimizepress.zendesk.com/hc/en-us/articles/200553686-Incompatible-Themes-Plugins

    I’ve contacted my host provider, BlueHost, and they said it was an issue of something in .htaccess. In my site I see two types of .htaccess: One that is regular (.htaccess) and one that is new (.htaccess.new). I am not sure which one I need to edit or what I’d need to do.

    The curious thing is that all other parts of my site are working correctly:

    https://www.juliandrada.com/trabalhecomigocoaching (This is the page running OptimizePress).

    https://www.juliandrada.com/obrigada/https://www.juliandrada.com/blog/ (where the posts go).

    The only page that does not work, is the one set to static: https://www.juliandrada.com/inicio

    I’ve tried making other pages static (including the one running OptimizePress) and the site still doesn’t resolve the redirect loop.

    I’ve considered using a recent back-up of the site but I’d like to see if I can troubleshoot the problem (and thus learn from it).

    Any advice on how go about solving this loopy issue would be helpful.

Viewing 3 replies - 1 through 3 (of 3 total)
  • What are the contents of your .htaccess? The active one is just .htaccess. The other one is a backup or something.

    If you rename your .htaccess to .htaccess-bak or something, the site will probably start to load.

    You have an infinite loop between https://www.juliandrada.com/ and https://www.juliandrada.com/inicio

    Thread Starter Pcosta88

    (@pcosta88)

    This is the htaccess contents:
    # BEGIN W3TC Browser Cache
    <IfModule mod_deflate.c>
    <IfModule mod_headers.c>
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
    <IfModule mod_mime.c>
    # DEFLATE by extension
    AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
    </IfModule>
    # END W3TC Browser Cache
    # 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

    Thread Starter Pcosta88

    (@pcosta88)

    It was the plugins. Specifically, Magic Action Box. Not sure how they are related but glad it was solved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Site Redirect Loop’ is closed to new replies.