[Flow] How to build a SaaS Service?

Mario mario.rexin at di-unternehmer.com
Mon Feb 24 16:07:10 CET 2014


I got a simple solution using Apache. I need to set a party depending on the subdomain, so I just got this in my Web/.htaccess

SetEnvIf Host "^([^\.]*)\.mydomain\.com$" MY_PARTY=$1

The server has a wildcard routing for subdomains


More information about the Flow mailing list