Redirecting subdomains in Lighttpd...
Posted
by Eber Freitas Dias
on Server Fault
See other posts from Server Fault
or by Eber Freitas Dias
Published on 2010-05-17T15:45:28Z
Indexed on
2010/05/17
15:51 UTC
Read the original article
Hit count: 278
Hey guys... I have a site wirh URLs like this:
subdomain1.website.com/something - subdomain2.website.com/another-thing
How can I make lighttpd to redirect those to another domain so I can get to URLs like this:
subdomain1.example.com/something - subdomain2.example.com/another-thing
Couldn't find this info anywhere else! Thanks in advanced!
© Server Fault or respective owner