FIXED: found a link suggesting editing wp-config.php
add the following code:
define( ‘UPLOADS’, ‘wp-content/uploads’ );
before this line:
require_once(ABSPATH . ‘wp-settings.php’);
FIXED: found a link suggesting editing wp-config.php
add the following code:
define( ‘UPLOADS’, ‘wp-content/uploads’ );
before this line:
require_once(ABSPATH . ‘wp-settings.php’);