Re: install other app under cake

2009-10-08 Thread rrd
The answer is here: http://groups.google.com/group/cake-php/browse_thread/thread/a3b4b82eefeb9d8a --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googleg

Re: install other app under cake

2009-10-08 Thread vekija
you can put your blog folder next to the app and edit the .htaccess file something like this... RewriteEngine on RewriteCond%{REMOTE_HOST} !^http://social.cc/blog$ RewriteRule^$ app/webroot/[L] RewriteRule(.*) app/webroot/$1 [L] please note that I'm by no means an

install other app under cake

2009-10-08 Thread rrd...@gmail.com
Hari, I have a cake project on http://sociall.cc I want to install a wordpress blog to http://sociall.cc/blog. Where should I upload wordpress files? It seems if I just upload them to / blog near to /app It will not work. should I put the files to /app/ webroot/blog ? rrd --~--~-~--~---