summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrakenTyP-co <sultan@plusnet.sk>2017-11-19 14:59:44 +0100
committerGitHub <noreply@github.com>2017-11-19 14:59:44 +0100
commitda9ad016962fd533383f4857503240a36d4acede (patch)
tree09288179a7c306f348691ef431e18daa1342eed5
parentc54cb131dd0377f6871494357a99014917928f48 (diff)
downloadphpvirtualbox-da9ad016962fd533383f4857503240a36d4acede.zip
phpvirtualbox-da9ad016962fd533383f4857503240a36d4acede.tar.gz
phpvirtualbox-da9ad016962fd533383f4857503240a36d4acede.tar.bz2
Update phpvirtualbox.conf
Project load from index.html not index.php
-rw-r--r--phpvirtualbox.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpvirtualbox.conf b/phpvirtualbox.conf
index 192c882..dd59aaa 100644
--- a/phpvirtualbox.conf
+++ b/phpvirtualbox.conf
@@ -3,7 +3,7 @@ Alias /phpvirtualbox /usr/share/phpvirtualbox
<Directory /usr/share/phpvirtualbox>
<IfModule mod_dir.c>
-DirectoryIndex index.php
+DirectoryIndex index.html index.php
</IfModule>
AllowOverride None