[Plugin: W3 Total Cache] Redirect loop
-
Something has gone haywire on my blog https://www.noordinaryhomestead.com
I was installing w3 and after trying to set up CDN to my s3 server, all the posts started to go into a redirect loop and will not load. The pages and index work fine.
I deactivated and uninstalled all traces of w3, hoping that would bring the site back. It has not.
The htaccess file only has the following in it:
# 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
Any help is extremely appreciated
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: W3 Total Cache] Redirect loop’ is closed to new replies.