• Gronix

    (@gronix)


    Hello!

    After uploading media I can’t display it.

    Uploaded media are on the server, I see files, but only I can’t display it in browser.

    https://blog.namenetwork.maindomain.com/files/2016/11/file.jpg

    I need add something to .htaccess ?

    Now, I have this code

    
    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
    RewriteRule ^(.*/)?sitemap.xml wp-content/sitemap.php [L]
    RewriteRule ^(.*/)?avatar/(.*) wp-content/avatar.php?file=$2 [L]
    
  • The topic ‘Wrong path to uploaded media’ is closed to new replies.