Redirects issue

#1
Hi there. I am facing redirects issue after adding cloudflare.http/https both 301 move permanent. How i can resolve this through litespeed plugin ? I am not developer/coder
 

Pong

Administrator
Staff member
#2
What's the URL to check? Do you want to direct from where to where?

By the way, Why litespeed plugin ? Do you mean LiteSpeed cache plugin for wordPress?
 

Unique_Eric

Administrator
Staff member
#4
Hi @Epeople,

You can simply put the rewrite rule in htaccess file, e.g.
Code:
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://medicinesofbody.com /$1 [R=301,L]
In this way, no need to set rules on CDN.

Let us know if it works.
 
Top