• Resolved smithsaga

    (@smithsaga)


    I have MS 3.0.1 and I upload my pictures and get the URL subdomain.domain.com/files/2010/05/pic.png which is what it should be, but none of my pictures are appearing and I get a 404.

    My .htaccess is:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]

    However, I think I am missing something. I am using subdomains, so what do I need to add or change?

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘MultiSite Images Broken’ is closed to new replies.