Woocommerce Redirect Loop (Not SSL Related)
-
Hi all,
I’m encountering a redirect loop issue when attempting to view any of the product pages.
All of the other ‘regular pages’ (home, store, cart, checkout, etc) work fine, and the issue is not SSL related, as it occurs even when I completely turned HTTPS off in order to pinpoint the cause of the problem..htaccess:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /store/ RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] </IfModule>
Any ideas?
Any other config I should post to assist?Many thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Woocommerce Redirect Loop (Not SSL Related)’ is closed to new replies.