Explorar el Código

changed start apache config

koellenberger hace 2 años
padre
commit
67fb02c69b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/apache-config.conf

+ 1 - 1
config/apache-config.conf

@@ -7,7 +7,7 @@
 
   <Directory /var/www/html/public>
       Options -Indexes +FollowSymLinks +MultiViews
-      DirectoryIndex index.html
+      DirectoryIndex index.php
       AllowOverride All
       Order deny,allow
       Allow from all