diff options
author | h6w <tudor@tudorholton.com> | 2017-11-20 12:09:08 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 12:09:08 +1100 |
commit | 2ea0f0efa0d97829b103469ca7d21dbd6a0d3a7d (patch) | |
tree | 09288179a7c306f348691ef431e18daa1342eed5 | |
parent | c54cb131dd0377f6871494357a99014917928f48 (diff) | |
parent | da9ad016962fd533383f4857503240a36d4acede (diff) | |
download | phpvirtualbox-2ea0f0efa0d97829b103469ca7d21dbd6a0d3a7d.zip phpvirtualbox-2ea0f0efa0d97829b103469ca7d21dbd6a0d3a7d.tar.gz phpvirtualbox-2ea0f0efa0d97829b103469ca7d21dbd6a0d3a7d.tar.bz2 |
Merge pull request #78 from KrakenTyP-co/patch-1
Update phpvirtualbox.conf
-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 |