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