Hi, Sam. Yes, cake is installed in a subdir called 'cake.' This is
probably strange, but I just tried this configuration (cake within
WP):

docroot/
    wordpress/
      ....
                  cake/

that actually worked out okay in that going to http://mydomain brings
up the WP index and I'm also able to do http://mydomain/cake/controller/action.
I basically made the cake APP subordinate to the WordPress APP.

I have been trying, without a lot of success to understand htaccess
stuff. I'm somewhat familiar with regexp... what exactly does this do?

     ^blog/(.*)$ blog/$1  [L]

I'll look into using subdomains too. Thanks!

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to