Hello :) I want to create a project where every "topic" is on a different subdomain like: php => php.domain.com css => css.domain.com html => html.domain.com
I create the subdomains in the Backend of my Server Software and insert every topic in the database (so that everything related to the topic is associated by the ID of the topic). But my problem is, how can I achieve that with CakePHP? Do I have to analyse the URL before the MVC? Because I want to use my application logic (like creating an article, a comment or a link, etc.) for every subdomain. I hope I explained it good enough to understand :) Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
