Quellcode durchsuchen

changed start apache config

koellenberger vor 2 Jahren
Ursprung
Commit
67fb02c69b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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