This webpage has a redirect loop Only at frontend
-
Hi,
My site was working fine but suddenly I see that I get this error,
“This webpage has a redirect loop- Reload”I can access my dashboard but I cannot access the front-end of the website.
I have tried everything that was mentioned in this forum from
– Cleared my Cache
– Deleted my .htaccess file and let wordpress create a new .htaccess file
– Reinstalled wordpress
– Restored my permalinks to default
– Checked if computer’s time is alright. Manually synchronized with Internet time.I really am clueless about what the problem might be.
My present .htaccess code
# 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
My website is https://www.friedeye.com/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘This webpage has a redirect loop Only at frontend’ is closed to new replies.