3.3.1 Development
Just place your cake install inside your web server’s document root. For example, assuming your web server’s document root is /var/www/html, a development setup would look like this on the filesystem:
- /var/www/html
- /cake_1_2
- /app
- /cake
- /docs
- /index.php
- /vendors
- /cake_1_2
To see your CakePHP application, point your web browser to http://www.example.com/cake_1_2/
See comment for this section
