diff --git a/conf/apache-vhost.conf b/conf/apache-vhost.conf index 9af38ab7..e7fe5f64 100644 --- a/conf/apache-vhost.conf +++ b/conf/apache-vhost.conf @@ -1 +1,7 @@ -DocumentRoot /var/www/cmc-sales/app/webroot \ No newline at end of file + + AllowOverride All + Require all granted + + +DocumentRoot /var/www/cmc-sales/app/webroot +DirectoryIndex index.php \ No newline at end of file