Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tastymouse

    (@tastymouse)

    I installed this plugin: http://wordpress.org/extend/plugins/secure-folder-wp-contentuploads/ and this doesn’t help to.

    Did you try placing this at the top of your .htaccess file:

    Options -Indexes

    If so, and that didn’t work, what OS is your server using?

    Also, that plugin you mentioned just does what you did manually. Placing a blank index.html file there. Really you shouldn’t leave the index.html file blank, it should have something like this in it:

    <html><body bgcolor=”#FFFFFF”></body></html>

    The same for the index.php file. It should have something like this:

    <?php
    // Silence is golden.
    ?>

    Thread Starter tastymouse

    (@tastymouse)

    There appears to be an issue with server caching. I’m having contact with the hosting company to solve this.
    Thanks for the advice.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide uploads folder’ is closed to new replies.