let's say you upload a picture. After you upload it, you can view the file at something like:
1 | example.org/wp-content/uploads/2014/12/picture.png |
And let's say you now change the uploads folder location via: Now you need to change in wp-config.php
1 | define( 'UPLOADS' , 'wp-content/media' ); |
1 | example.org/wp-content/media/2014/12/picture.png |
Hope this will help!
No comments:
Post a Comment