routes.dashboard.type = "Zend_Controller_Router_Route_Hostname" routes.dashboard.route = ":username.mydomain.com" routes.dashboard.defaults.module = account routes.dashboard.defaults.controller = index routes.subdomains.defaults.action = dashboard routes.dashboard.defaults.username = ""
Hello, with this code inside my *config.ini*, I send all my users to the right place, but it is getting ALL the subdomains, including www. How could I exclude the subdomains I don´t want to do that? Regards, José
