Right on thanks. Will check his blog to.

Dave


I do:

project (svn repository) trunk
- libs
- - cakephp
- - - cakephp-version
- app (named after the project usually)
- - webroot <- this is the nginx doc root.

All you need in webroot/index.php for the above to work is to point
cake at the correct version, eg:

define('CAKE_CORE_INCLUDE_PATH', ROOT.'/libs/cakephp/cakephp-1.3.1');

My good pal Andy has a blog post with an nginx conf on it
http://andy-gale.com/cakephp-view-memcache.html

hth,

J

-- 
jon bennett - www.jben.net - blog.jben.net



Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to