-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Description
By changing the line 88 of filecollection.js, it is possible to support web servers without support for the Apache directive DirectoryIndex.
It is necessary to replace:
get(this.getFileListUrl(this.type, config), function(success, error) {
By the following:
get(this.getFileListUrl(this.type, config) + '/index.html', function(success, error) {
Then, we can manually generate the index.html and support every web server. I have tried on release 2.0, and it works successfully.
Cheers and great work!
PS: it's not an issue.... btw.
tcyrus and jywarren
Metadata
Metadata
Assignees
Labels
No labels