PierreMinik
Member
Posted 2 months ago #
I got two seperate Wordpress MU running on my server. One for folkets.gl and one for folkets.dk.
Folkets.dk was first installed as 2.7.1 but upgraded to 2.8.4a. Folkets.gl was a brand new installation of 2.8.4a.
Now I got wildcard DNS set up on both domains.
However, when I go to http://www.folkets.gl though it redirects to sign up page for folkets.dk.
How do I fix this so http://www.folkets.gl redirects to folkets.gl?
You need a second Apache virtual server and each one needs to be set up to listen for just one domain (*.folkets.gl or *.folkets.dk)
PierreMinik
Member
Posted 2 months ago #
I just tried to add *. in front of each domain name in both their .conf files for apache and that went even more wrong. Now folkets.gl redirects to sign up page for folkets.dk. :-S
PierreMinik
Member
Posted 2 months ago #
I tried to change the DNS settings so *.folkets.gl cnames to folkets.gl. This should also fix my problem as far as I understand it?