Joomla and cake do work incredibly well together using the JAKE component I have it set up on my test server as follows:
Joomla: /var/www/joomla cake: /var/www/cake cake-app : /var/www/myapp my webroot points to /var/www/joomla (in apache config) The way this works, once you have told cake where things live is great, as you can just upgrade your cake installation without touching your applications. Jake does have a few known problems, be aware of the $this->redirect issue (workaround available), and that if you have multiple apps installed, it makes things a lot easier if you include the japp=myapp additional paramter in your jake.ini also, things can go HORRIBLY wrong if joomla is not living in the site root... in fact it all went pear shaped when I tried exactly that, but once joomla was in the root, it worked like a charm. Mike On Sep 7, 10:17 am, Romano <[EMAIL PROTECTED]> wrote: > This seems to work: > > - Joomla in the site root > - Cake in a folder named /cake --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
