So, i have tried every code that I found, I tried cPanel redirects, the only code that works for me is:
RewriteCond %{HTTP:CF-Visitor} '"scheme":"http"'
RewriteRule ^(.*)$ https://website.tld/$1 [L]
But i do not want to use it, because I'm using arvixe and I have other domains in my webhosting, so if i try to enter on website2.tld, it redirects to website.tld/FOLDER
Can you guys help me?
RewriteCond %{HTTP:CF-Visitor} '"scheme":"http"'
RewriteRule ^(.*)$ https://website.tld/$1 [L]
But i do not want to use it, because I'm using arvixe and I have other domains in my webhosting, so if i try to enter on website2.tld, it redirects to website.tld/FOLDER
Can you guys help me?