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