private _insertDisableDirectoryIndex(): void {
        if (this._options.disableDirectoryIndex) {
            this._htaccessLines.push("# Disable directory index");
            this._htaccessLines.push("Options All -Indexes");
            this._htaccessLines.push("\n");