• Hi, i’ve installed Multisite today and managed to get a theme up and the first post published so everyything works there.

    I’m unable to upload any media properly though. Images upload but then display as a broken image. I’ve tried uploading an audio file and that just timed out.

    Any help appreciated, i’m new to Multisite as of today and thought i’d got my head around it but i’m obviously missing something somewhere.

    thanks alot

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fpats

    (@fpats)

    My htaccess…

    # BEGIN REMOVE SLUG CUSTOM POST TYPE RULES
    RewriteRule ^ia_invites/(.+)/$ /$1 [R=301,L]
    RewriteRule ^dpw_email/(.+)/$ /$1 [R=301,L]
    # END REMOVE SLUG CUSTOM POST TYPE RULES

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    </IfModule>

    # END WordPress

    php_value memory_limit 256M

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    I’m unable to upload any media properly though. Images upload but then display as a broken image.

    What’s the URL of the broken image?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to upload Media’ is closed to new replies.