i have problem with uploading files. The uploading system is work well, but it can not display the file(such as picture),. i think the problem is comes from the .HTACCESS.
the following two lines are relate to the files:
--------------------
RewriteRule ^([_0-9a-zA-Z-]+)/files/(.*) /wp-inst/wp-content/blogs.php?file=$1 [L]
RewriteRule ^([_0-9a-zA-Z-]+)/wp-content/blogs/(.*)/files/(.*) /wp-inst/wp-content/blogs.php?file=$3 [L]
--------------------
How to correct this?
thanks