First, I will describe the problem: I have a domain portfolio website. Every domain have a forsale page like this:
www.myportfoliosite.com/thedomainforsale.com
I want to park my domains but I need only a simple redirection to our for sale page. I think this solution has two steps:
Configure your server (cent-os, Apache 2.2 and WHM/cPanel) and/or DNS to accept all domains that use our specific nameservers.
Redirect all domains to their for sale page.
I think I can solve the step 2 using .htaccess
. Now, I want to solve step 1 via this question. So,
Is it possible to configure the server or set up a DNS to accept all domains that use our specific parking nameservers like park1.myportfoliosite.com
and park2.myprotfoliosite.com
.
Note: Our current domain and nameservers work normally. So, I can create new nameservers or I can create a new cPanel account and use my another domain myportfoliosite.NET
to create a specific configuration.