• Resolved cheezitman

    (@cheezitman)


    After migrating a massive WordPress Mutlisite to a new URL, all the media links are broken including new items uploaded.

    Where does WordPress store the location of media files?

Viewing 1 replies (of 1 total)
  • Thread Starter cheezitman

    (@cheezitman)

    Nevermind I found that in my nginx config file I needed to set:

    location ^~ /blogs.dir {
                    internal;
                    alias /var/www/SITENAME/wp-content/blogs.dir ;
                    access_log off; log_not_found off;      expires max;
            }
Viewing 1 replies (of 1 total)
  • The topic ‘Where does WordPress store Media links’ is closed to new replies.