Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter whimsy

    (@whimsy)

    I did discover a solution.

    I went to https://example.com/wordpress/wp-admin/options.php to see ALL options, including ones without a UI, and found the old ones that used to be set from the Settings/Media page:
    upload_path & upload_url_path

    I set them there like this:
    upload path: /home/username/public_html/u
    upload_url_path: https://example.com/u

    I deleted the define(‘UPLOADS’,”.’u’); line from my wp-config.php

    Now it works the way I want, and those options were visible again settings/media again as an extra benefit.

    Thread Starter whimsy

    (@whimsy)

    Are these options likely to be deprecated in a future version breaking my site? Or is this solution “safe” for me to use?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Upload folder in 3.5 is under WordPress root instead of blog root’ is closed to new replies.