Posting Images
-
I am able to upload images to one of the Subdomain sites on my WP 3.3.1 Multisite set up hosted on GoDaddy but the images appears as broken and do not display. The files are there correctly.
Your htaccess file is:
# BEGIN WordPress
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]
# END WordPress
Please let me know how to make these images appear correctly…..thanks….Paul
- The topic ‘Posting Images’ is closed to new replies.