Redirect Loop Issue
-
Hi,
I have been working on my WP site for a few days, including renaming pages, changing the home page etc and now I have a redirect loop issue.
I have tried clearing my cookies, changing my permalink structure, updating my wp-config.php etc but still no luck.
My blog is at https://mark.gads.by/coterie/ and my .htaccess looks like:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /coterie/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /coterie/index.php [L] </IfModule> # END WordPress
Is there anything in my WordPress DB I should check? The sit appears to be redirecting to /how-to-become-a-member/ before getting stuck.
Many thanks,
Mark
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Redirect Loop Issue’ is closed to new replies.