Redirect domains with lighttpd?
Posted
by matt
on Server Fault
See other posts from Server Fault
or by matt
Published on 2010-06-17T08:42:04Z
Indexed on
2010/06/17
8:54 UTC
Read the original article
Hit count: 282
lighttpd
|redirection
I'm working on getting a Wordpress MU install running on my VPS. I enabled the 'simple-vhost' mod and can access the site fine.
The problem is I can only get to it from domain.com. If I try www.domain.com I get shown the lighthttpd page? I'd like to get everything pointing to one place.
My DNS records look like this:
*.domain.ORG xx.xx.xx domain.ORG 300 A
domain.ORG xx.xx.xx domain.ORG 300 A
WWW.domain.ORG domain.ORG domain.ORG 300 CNAME
domain.ORG domain.ORG domain.ORG 300 MX
What is happening?
Thanks
© Server Fault or respective owner