The MU forums have moved to WordPress.org

Image Uploading issues (2 posts)

  1. girish121
    Member
    Posted 17 years ago #

    Hi I installed wordpressmu recently. But the images on my post are not displayed. mY webserver iis 6.0 on windows 2003. The .htaccess is shown below. Also I can view the image with actual URL: http://debtweek.blogs.iva.co.uk/wp-content/blogs.dir/7/files/2007/01/iva_mediaclipping_thewharf110107_small2.jpg.

    blog Url where image is not displayed:- http://debtweek.blogs.iva.co.uk/

    ******************************************

    RewriteEngine On
    RewriteBase /

    # Rewrite http://www.domain.com to domain.com
    RewriteCond %{HTTP_HOST} ^www\.(.*)
    RewriteRule ^(.*) http://%1/$1 [R,L]

    #uploaded files
    #RewriteRule ^(.*)/files/(.*) wp-content/blogs.php?file=$2 [L]
    RewriteRule ^(.*)?/?files/(.*) wp-content/blogs.php?file=$2 [L]
    #RewriteRule ^([_0-9a-zA-Z-]+)?/?files/(.*) wp-content/blogs.php?file=$2 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    ****************************
    aprreciate your help

    Also do we need to restart the server machine after modifications to .htaccess or just iisreset is enough?

  2. andrea_r
    Moderator
    Posted 17 years ago #

    MU does not work well with IIS.

About this Topic

  • Started 17 years ago by girish121
  • Latest reply from andrea_r