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..
http://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.