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

    (@ulfben)

    Base folder is configured in wp-config.php since WP 3.5.

    define('UPLOADS', WP_CONTENT_DIR.'/your-folder');

    Just be aware that this will likely break all paths to your previously uploaded stuff.

    daruspastorello

    (@daruspastorello)

    Hello Ulf,

    Your plugin is very good was exactly what I was looking for.

    But regarding the ‘base upload folder’, I wanted it to be outside the default ‘wp-content’. Like: mysite.com/images/%postname% and not mysite.com/wp-content/images/%postname%.

    But it seems not to work, even after changing the folder permission.

    So are you aware of this impossibility?

    Thank you,

    Darus

    Plugin Author ulfben

    (@ulfben)

    Base folder is configured in wp-config.php since WP 3.5.

    define('UPLOADS', WP_CONTENT_DIR.'/your-folder');

    Just be aware that this will likely break all paths to your previously uploaded stuff.

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