apyano
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Weird image problem with sub-site images not showingI would really appreciate any help on this problem from those who were able to find a fix. I’m ready to fall back on the non-multisite version of WordPress 3.0 because this problem has been very frustrating. I have followed the other related forum discussion. I’ve followed the suggestion to fix via the Apache httpd configuration, but this setting broke the redirection of our subdomain sites. Thanks.
Forum: Networking WordPress
In reply to: Imageseeeprom: could you please describe the fix to this problem. It sounds very similar to what I’m trying to fix with my multisite WordPress 3 site. Thanks for you help.
Forum: Networking WordPress
In reply to: Weird image problem with sub-site images not showingI’m having the same problem after setting up the WP 3.0 multisite feature –everything else seems to work except the image upload (it is not shown after upload and also missing in the media list). I followed the .htaccess setting suggested after I created the network (see below). Would appreciate help from the WP forum experts in multisite configuration.
Thank you.……
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L]