• Hi,

    I’ve got a problem with my wordpress site https://www.androidmaniac.net
    For example when I go into w3c validator I get

    307 Temporary Redirect
    Redirect loop detected (max_redirect = 7)

    When I paste my url from a page it appears like 307 Temporary Redirect instead of showing the thread(title+thumbnail).

Viewing 5 replies - 1 through 5 (of 5 total)
  • hmm. this will be tough to resolve. is there an htaccess file on your server? If so, please post the contents of it using pastebin.com.

    Thread Starter dalv8

    (@dalv8)

    I got iThemes Security plugin active on the site.
    Tried to deactivate and delete files but the problem it’s still there..

    https://pastebin.com/tZmkWmu5

    Clear out all of the wpFastestCache and iThemes Security Code from your htaccess file.

    Also temporarily delete this

    <IfModule mod_rewrite.c>
    
        RewriteEngine On
    
        # Watched directories
        RewriteCond %{REQUEST_URI} /wp-content/uploads [OR]
        RewriteCond %{REQUEST_URI} /wp-content/themes
    
        # Redirect images through the adaptive images script
        RewriteRule \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php [L]
    
    </IfModule>

    Then see if you still get the error.

    Thread Starter dalv8

    (@dalv8)

    I tried to delete all+deactivated those plugins, same result, 307 Temporary Redirect…

    But did you remove everything I am suggesting you remove from the htaccess file….
    Deactivating, even removing the plugins does not remove that stuff you have to do it manually.

    The code that I included in my last post is very suspect to the 307 redirect issue you are having. I advise that you do exactly what I said in my last post and see if that fixes it. Then come back and let me know how that went

    Sorry I can not be of more help at this time.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘307 Temporary Redirect’ is closed to new replies.