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???
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