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, "[email protected]" <[email protected]> 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 [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
-~----------~----~----~----~------~----~------~--~---