On Fri, 18 Sep 2009, Davide Borsatto wrote: > Lately I've been doing many experiments with symfony, creating > differents projects for each of them. > I usually create an apache dedicated virtual host, with a defined > server name, link to the web/ directory of symfony, and add a row to > the /etc/hosts file to match the new server name.
Another way to go is to have all your apps in one symfony tree and use multiple controllers, each in a separate folder (each controller points to the same tree but sets a different application). We have been using this technique to migrate an old site (static files) piece-by-piece by building the app and simply dropping an index.php file in the folder after the app is built and tested. This doesn't require any special modules or Apache voodoo :-) -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
