Notes to setup a PHP application built with symfony (MVC web framework) on a aruba.it shared linux web server.
- Set PHP5 (not php4)
- in <app>/.htaccess
Comment the 1st line (FollowSymLinks not supported)
#Options +FollowSymLinks +ExecCGI - propel:
configure tables as MyISAM, not INNODB (not supported)
Tested with symfony 1.2.5 in aruba linux hosting - 26/05/09



Leave a comment