On Mar 8, 2011, at 13:49, lauraw wrote: > How do I make my webroot index the home page in a cake environment? > > My DocumentRoot in Apache is set to 'myhost/cake/app/webroot'.
I understood you up to this point. This should result in a normal CakePHP installation where your CakePHP project's homepage (by default its home.ctp) is accessible at http://yourdomain/ > I have > a WordPress install under webroot that I want to be the home page. Here, I don't understand. You're saying you would like http://yourdomain/ to not be anything about your CakePHP project, but instead to be your WordPress installation? Then you'll have to consult WordPress documentation for how to set that up. You'll probably change the DocumentRoot to point to some part of the WordPress directory structure. If not at the root of the domain, where do you want your CakePHP project to be accessible? You could set it up to be in a subdomain (http://something.yourdomain/) or subdirectory (http://yourdomain/something/). -- 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
