Sfoglia il codice sorgente

changed start apache config

koellenberger 2 anni fa
parent
commit
67fb02c69b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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