Hi all, I have two “.it” domains I want to redirect to their “.com” version.
So:
Each .com has its own droplet. Both “.it” domains are pointing to a third droplet. This third droplet is an Ubuntu/Apache configuration.
On it I created virtualhosts for both domains and setup redirects with .htaccess. Wile the redirects are working on http, when getting to the domains vai https, both show me de index.html of domain1.it and not redirecting.
I also tried to setup the redirect inside each vhost.conf, wht no result. I’m not used to manage apache or dns records, I’m tryin to fix someone else’s work, but I have no clue of what’s going on.
Thank for any help
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Thank you, I gave it a try, unfortunately this does not solve the problem. It looks like it’s ignoring the .htaccess file.
Previous .htaccess configuration was
Hi @K89AG,
To do an HTTPS redirect from one domain to another you can add the following code in your .htaccess files
And for domain2.com, you can do
Regrads, KFSys