Iamges not showing in new installation
-
Hello,
I just upgraged a clean WP install to MU. Then proceded to install my theme and one plugin (Multisite Language Switcher) and a French language pack.
I just can’t get the images to load in the front-end. I searched this form=um and nothing I read seems to work. I am at a loss.
I have 2 sites configured, one for our english version, one for our french version.Here is what my htaccess file looks like:
RewriteEngine On RewriteBase /blogue/ RewriteRule ^index\.php$ - [L] Options FollowSymlinks # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]
and my path to upload in the sites settings are as follow:
wp-content/blogs.dir/1/files
and
wp-content/blogs.dir/2/filesWhere did I go wrong?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Iamges not showing in new installation’ is closed to new replies.