Categories
-
Recent Posts
Archives
Tag Archives: shared CakePHP 2 core
How to share CakePHP 2.1 core for multiple apps?
CakePHP 2.1 allows you to use one set of core files while maintaining multiple applications. Make sure the host is pointing to the correct directory like /var/www/Sites/app/webroot/. Verify mod_rewrite is in fact on. Enable mod_rewrite with: a2enmod rewrite. Set up … Continue reading
Posted in cakePHP 2.1
Tagged CakePHP 2, CakePHP 2.1 One core, many apps, shared CakePHP 2 core
Comments Off on How to share CakePHP 2.1 core for multiple apps?