Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Causes redirect loop

$
0
0

Replies: 0

WP Fastest Cache adds 301 redirection rule into htaccess file and it causes redirect loop.

I have try this but it doesn’t work:
https://www.wpfastestcache.com/features/redirect-loop/

I have this code in my .htaccess for redirect visitors to https:

# Redirect visitors to https
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://www.wpfastestcache.com/$1 [L,R=301]
</IfModule>

*Not wpfastestcache.com – my website.


Viewing all articles
Browse latest Browse all 59525

Trending Articles