Media Uploader – Images Not Showing Up on Secondary Blogs
-
Hi All,
I’m using WP 3.0.1 as well as the most current version of Buddypress and i’ve got my MU site setup to use subdomains.
I’ve just noticed that on my subdomain sites, none of my images seem to show up. In the Media Installer….it acts like and looks like it’s uploaded the file….AND, I can see the file in the directory when I FTP in; however, when the image is called, it’s just not showing up on the page.
Here is an example page:
https://charlotte.jobs.localjobs.com/ (see the placehold above “NEWS”…that should be an image with the path of:
https://charlotte.jobs.localjobs.com/files/2010/10/localjobscom_250W_whiteback.gifThe path created for the file seems to be wrong as I can’t find the image there when I try to paste that URL directly into a browser window.
Here is my .htaccess file info:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/(dh_phpmyadmin|stats|failed_auth\.html).*$ [NC]
RewriteRule . – [L]
</IfModule><IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Any help would be appreciated. Much thanks.
- The topic ‘Media Uploader – Images Not Showing Up on Secondary Blogs’ is closed to new replies.