{EN} - 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

To see your CakePHP application, point your web browser to http://www.example.com/cake_1_2/

{EN} - 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

To see your CakePHP application, point your web browser to http://www.example.com/cake_1_2/

Differences