diff options
author | KrakenTyP-co <sultan@plusnet.sk> | 2017-11-19 14:59:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-19 14:59:44 +0100 |
commit | da9ad016962fd533383f4857503240a36d4acede (patch) | |
tree | 09288179a7c306f348691ef431e18daa1342eed5 | |
parent | c54cb131dd0377f6871494357a99014917928f48 (diff) | |
download | phpvirtualbox-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.conf | 2 |
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 |