• Hello,

    I’ve two servers; one to host the database and wordpress files, the other one is to host images.

    How can I change the upload directory to the second server without using ftp?

    Thanx

Viewing 1 replies (of 1 total)
  • Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    Are these servers you own/control? If so, you can move your uploads folder without using FTP by navigating to the directory containing the WordPress files and adding the following line to wp-config.php:

    define( 'UPLOADS', 'blog/wp-content/uploads' );

Viewing 1 replies (of 1 total)

The topic ‘Host media library in a separate server’ is closed to new replies.