• steven

    (@stevenricard)


    Hi, I’ve read probably a dozen threads of people with this issue, but I can’t seem to find a resolution that works for me. I installed multisite this morning, and when uploading images to a secondary site, they do not rewrite to the proper location. Images work fine on main site. On secondary site, I’ve tried using the default theme and all of my plugins are currently deactivated.

    Here is my full .htaccess file:
    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]

    Upload Path is: wp-content/blogs.dir/2/files
    Fileupload Url is: http://secondary.mainsite.com/files, with the site info of course

    Image file is visible at upload path location, but not rewrite location. Image file also doesn’t appear in Media Library. I am using GoDaddy hosting configured to allow subdomains and mod_rewrite is automatically enabled. Post permalink works just fine.

    What am I overlooking?

Viewing 1 replies (of 1 total)
  • This is a consisten GoDaddy issue at this point….

    Is your install of WordPress the main, root, or primary domain on that web account?

    mod_rewrite can be active and not actually be reading that file in that folder.

Viewing 1 replies (of 1 total)

The topic ‘Another Image Issue Thread’ is closed to new replies.