A production installation is a more flexible way to setup Cake. Using this method allows an entire domain to act as a single CakePHP application. This example will help you install Cake anywhere on your filesystem and make it available at http://www.example.com. Note that this installation may require the rights to change the DocumentRoot on Apache webservers. Unpack the contents of the Cake archive into a directory of your choosing. For the purposes of this example, we assume you choose to install Cake into /cake_install. Your production setup will look like this on the filesystem: /cake_install/ /app /webroot (this directory is set as the DocumentRoot directive) /cake /vendors /.htaccess /index.php /README If your web server is configured correctly, you should now find your Cake application accessible at http://www.example.com.
On Mar 27, 4:24 am, Ryan Schmidt <[email protected]> wrote: > On Mar 26, 2011, at 00:51, push wrote: > > > I am doing web application, I want hide my url for security purpose. > >My homepage url iswww.mydomine.com/cakephp. I wantmy homepage url > > to bewww.mydomine.com, Please tell me how to hide cakephp? > > Set up your DocumentRoot properly in your Apache configuration. -- 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
