Need help regarding nameservers

Sulphur

BANNED
Joined
Apr 3, 2020
Messages
849
Reaction score
229
I want a page from my website to be shown on another domain by just adding nameservers. I have seen people doing that is there any way to do it?
 
Try adding a CNAME record with the main domain name (without https://).

Another option is to use nginx as a reverse proxy.

Edit: If you are using wp, then you have to take care of the WP_SITEURL and WP_HOME as well. Otherwise it will simply redirect to the main domain.
 
Try adding a CNAME record with the main domain name (without https://).

Another option is to use nginx as a reverse proxy.
There used to be a website which gave me just nameservers to add on my domain and all the things got done easily. it use to be a specific page for a specific domain type of thing. as like domain listing companies do
 
There used to be a website which gave me just nameservers to add on my domain and all the things got done easily. it use to be a specific page for a specific domain type of thing. as like domain listing companies do
Hmm probably they have a reverse proxy solution of some kind. Could be nginx for example. But CNAME is the easiest option imo.
 
Back
Top