Hello, hope this is not to off topic. I'd like to setup an infrastructure like this:
subdomain.domain.tld/customer1/app1 subdomain.domain.tld/customer1/app2 subdomain.domain.tld/customerN/app1 subdomain.domain.tld/customerN/app2 subdomain.domain.tld/customerN/app... Each of the apps is a fully fledged Zend Framework Application following the conventional directory layout. What i'm stuck with is how to setup the RewriteRules. I first thought of having multiple .htaccess files. a) One for the root subdomain.domain.tld which redirects to the application. b) For each application it's own .htaccess with the redirect to index.php Then i thought i could handle all in one .htaccess in the document root. But whatever i try all i get is either redirecting loops or 500 internal server errors. Any help is highly appreciated. Thanks in advance Jens
