Wordpress MU image uploading problem

Discussion in 'Apache' started by doga, Jun 4, 2006.

  1. #1
    Hello All,

    I have wordpress MU site. when i upload images on it. it didn't show it.

    i have seen it word press forum. somewhere suggested if we adjust .htaccess file in Wp-Inst directory it will solve the problem.

    This is the code to adjust

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

    Mine website .htaccess code is

    "RewriteEngine off

    <Files wp-content/blogs>
    ForceType application/x-httpd-php
    </Files>

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d"

    Can anybody suggest where i have to insert that code???
     
    doga, Jun 4, 2006 IP
  2. Dreamchaser

    Dreamchaser Well-Known Member

    Messages:
    745
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Just add at the bottom of the file and check if it works. It should either at top or bottom, in either case below "RewriteEngine off"

    You can also post a reply there at WordPres support forums ? They reply instantly.

    Cheers,
    Dreamchaser
     
    Dreamchaser, Jun 4, 2006 IP