1
3 Comments

How do make 3 URLs to link to the same page

If you have use Cpanel before you will be Familiar with Parked Domain, With it you can make 3/4 different domain name to use the same root without redirecting them...
Am using Linode with Nginx server installed, I have 4 domain names(namely flexnovel..com , boxnovel.online and I want them to use the same root, no redirection, Do anyone here have idea on how I can do this on Nginx server......

on April 25, 2020
  1. 1

    I'm not sure I 100% get what you mean but from the sounds of it you're going to have to redirect it somewhere. If not through DNS records then you'll have to set up nginx to fetch the content and serve it on the other domains. You'll also need SSL certificates for the other domains if you want them to return 200 not 3XXs.

    You can do this quickly with cloudfront and edge lambdas if you are on AWS.

    1. 1

      Am using Linode