I believe I want to do something fairly simple......
I have multisite installed on my domain: www.mysite.com with sites running at customer1.mysite.com and customer2.mysite.com
I am hosting the content for my customer who has a domain registered as www.customer1.com. BTW, both of these are hosted on Godaddy.....
I am parking the domain www.customer1.com and sending doing a redirect over to customer1.mysite.com.
The site is fully functional, but all of the links still say "customer1.mysite.com".
I've done some reading and I don't believe that symlinks or apache config will work here as its on a different server....should I be doing a CNAme or something?
I'm not so good with networking, so any help is appreciated. Also, I don't believe I need to install any domain modules as I am not sharing any database information, just sharing the core drupal installation....
Thanks!
Comments
redirect
redirect does just that - it redirects the user to the new url. it does not do domain masking. if you want drupal multisite to handle this for you, you'll need to park the domain on top of your drupal multisite root. reading the drupal multisite installation instructions should give you a good idea on how to do this. it should also be possible to have both customer1.mysite.com and www.customer1.com access the same site by configuring both of them to use the same database in their settings.php.
Thanks
Thank you, I will try that!