Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author thomstark

    (@thomstark)

    Nope. They’re always excluded.

    Thread Starter eherzr

    (@eherzr)

    Thanks for the fast reply. My Client uploads the files with a specific tool, where he can’t change the filename. So I really need to display those files somehow. Don’t you have me an idea, how i could achieve this?

    Plugin Author thomstark

    (@thomstark)

    It’s a security measure, but if you must allow index.html files, you’ll have to modify a line of code:

    open up wp-content/plugins/file-away/lib/cls/class/fileaway_definitions.php

    Go to line 20. Change this:

    $this->nevershows = array('index.htm', 'index.html', 'index.php', '.htaccess', '.htpasswd', '_fa.feed.id.ini');

    to this:

    $this->nevershows = array('index.php', '.htaccess', '.htpasswd', '_fa.feed.id.ini');

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘index.html not displayed’ is closed to new replies.