Skip to content

Support for websites without Indexing support #99

@mesarpe

Description

@mesarpe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions