I'm using no ip.com and port forwarding through my router to an apache server on a Linux machine.
I have 2 domains with no-ip.com domain A and domain B both to the same public IP. Inside of my HTML folder, my index.html page is for domain A.
What I want to achieve is whenever I navigate to domain A it remains with my original index.html but when I navigate to domain B I would like index2.html or the Apache server to recognize the request is from domain B and direct to index2.html.