diff --git a/apache.conf b/apache.conf
index 4926a575..e472d7ae 100644
--- a/apache.conf
+++ b/apache.conf
@@ -17,11 +17,14 @@
AllowOverride None
Require all granted
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
-
+
+ RewriteEngine On
+ RewriteRule ^/?$ index.php [L]
+
SetOutputFilter DEFLATE
-
+
Header set Access-Control-Allow-Origin "*"