Warning: DocumentRoot does not exist... But it does
Solution 1:
You are doing it wrong. The DocumentRoot
parameter for a virtualhost must be a directory, and not a file! Create 3 subdirectories nico1, nico2, nico3, and move the correct index inside (you should probably rename it from index?.html to index.html)
See DocumentRoot.