Forums

WP-Filebase Download Manager
Filebase folder and subfolders 777 permissions? (5 posts)

  1. derebo
    Member
    Posted 11 months ago #

    Hello,

    Latest WP-Filebase release seems to create 777 permissions for filebase folder and all subsequent folders within. Shouldn't it be 755 at least for security's sake?

    Great plugin!!! The folder structure it creattes within a page is just wonderful.

    Greetings,

    http://wordpress.org/extend/plugins/wp-filebase/

  2. nstoker
    Member
    Posted 10 months ago #

    I get 777s as well (which I manually changed to 755), and my host automatically locks any site with 777 permissions, so please look into this?

  3. nstoker
    Member
    Posted 10 months ago #

    Ah - I see it is protected by htaccess... Ignore my previous comment.

  4. bcotten
    Member
    Posted 9 months ago #

    Depending on your webhost, I think 755 should work. My filebase folder is set to 755 and everything seems to work fine. 777 is a bad idea.

  5. fabifott
    Member
    Posted 8 months ago #

    755 causes issues on some servers. See wp-filebase.php:

    define('WPFB_PERM_FILE', 666);
    define('WPFB_PERM_DIR', 777);

    You can adjust these constants, but be aware that they will be reset on plugin update!

Reply

You must log in to post.

About this Plugin

About this Topic