Hi Alex, sorry if I bother you still with installation problem,
but after I read all posts I couldn't find the solution to my problem: nothing happen after I click "Install A!E"
Here a list of my configuration:
I have PHP Version 5.5.9-1ubuntu4 with mod_rewrite enabled.
"Configuration.php" should be correct :
public static $base_url = '
http://localhost/ea/';
public static $db_host = 'localhost';
public static $db_name = 'easyappointmentsdb';
public static $db_username = 'root';
public static $db_password = ''; //I don't have a password for db
I configured apach2.conf in this way:
IncludeOptional sites-enabled/*.conf
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
Under directory /etc/apache2/sites-enabled I created "ea.conf" file that look like:
Alias /ea /var/www/easy_appointments
<Directory /var/www/easy_appointments>