That's a good point you have about commenting out the line. That is very true indeed. :)
Also, I have yet to have a site running on multiple actual domains, but that could probably be overcome by replacing "freso\.dk" with "(domain1|domain2|domainN)". But then you'd have issues when you don't want all the domains to redirect to the same master domain, or if you only want some subdomains on certain domains... but the above code snippets should provide a base for making the exceptions that should make this possible. I haven't tried it though, so...
Domain redirecting
That's a good point you have about commenting out the line. That is very true indeed. :)
Also, I have yet to have a site running on multiple actual domains, but that could probably be overcome by replacing "
freso\.dk" with "(domain1|domain2|domainN)". But then you'd have issues when you don't want all the domains to redirect to the same master domain, or if you only want some subdomains on certain domains... but the above code snippets should provide a base for making the exceptions that should make this possible. I haven't tried it though, so...