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
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
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