Hello Michael,
The application works with 2 different virtualhosts:
1) One for dynamic requests, with the index.php (sifoweb/public/root)
2) A second for static content (sifoweb/public/static)
The static hosts is not intended to be browsed, it should only load the content when the exact resource is requested. Example from the live version:
This is the way it is supposed to work.
Notice that the host
static.sifo.me is not the one serving the application. The index.php is loaded from the 1st virtualhost, listening under
sifo.me
Hope this clarifies