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...

IfModule mod_rewrite.c
   RewriteEngine on
   RewriteCond%{REMOTE_HOST} !^http://social.cc/blog$
   RewriteRule^$ app/webroot/[L]
   RewriteRule(.*) app/webroot/$1 [L]
/IfModule

please note that I'm by no means an expert with .htaccess, so this
solution might be lacking something important or there might just a
better one

On Oct 8, 11:25 am, rrd...@gmail.com rrd...@gmail.com wrote:
 Hari,

 I have a cake project onhttp://sociall.cc

 I want to install a wordpress blog tohttp://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
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



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@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---