• Resolved JenFunk

    (@jenfunk)


    I am having trouble uploading images to my subdomain since upgrading to 3.0. The subdomain was added just prior to the upgrade, then after upgrade I removed it completely and started from scratch – long, irrelevant story.

    Image uploads show as a red x in “Media” and when I follow the URL to the image, I receive a 404 error.

    My .htaccess is as follows:

    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: /wp-content/blogs.dir/4/files/
    Upload URL path: https://buzz.modernmamaz.com/files
    Fileupload URL: https://buzz.modernmamaz.com/files

    Example image URL: https://buzz.modernmamaz.com/files/2010/12/ModernMamazBannerBuzz1.jpg

    Any help would be VERY appreciated!

Viewing 15 replies - 16 through 30 (of 31 total)
  • I following test and inform you thank you

    No it makes nothing, identical toujour,

    On the site head teacher(main clause) I cherge an image in “media”
    The url is:

    https://monsite.fr/france/wp-content/uploads/2010/12/0511101.jpg

    In a sub-domain, the address is:

    https://83.monsite.fr/france/files/2010/12/0511101.jpg

    Voila really,
    Thank you for your help(assistant)

    For information,
    I have just deleted(eliminated) the “.htacces” of the waiter(server)

    And his(her,its) exchange nothing, on the site head teacher(main clause), I load(charge) the images no concerns(marigolds)

    On sous domain always similar address éronné!!!!!!!!!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Je parle fran?ais comme une vache espagnole.

    I’m able to follow along, though.

    Please make a NEW .htaccess with this only:

    S’il vous pla?t .Htaccess avec ce que:

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # 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]
    # END WordPress

    God, I’ve only been taking French since the summer!

    immédiatly lol very good french lol

    No, really saddened, it makes it nothing
    I naturally deleted(eliminated) the mask before trying

    I pete a cable lol

    Je parle fran?ais comme une vache espagnole.

    lol!

    God, I’ve only been taking French since the summer!

    And I fine job you’re doing! Tip: google translate to double-check. ??

    For it is “Reverso” lol

    Who knows the file which appeals?

    It is really crazy, that the site head teacher(main clause) works and that sub-domain not, knowing that he(it) uses both the meme,
    The htacces and the config.php

    I become crazy, for three days above lol

    Some more of help(assistant) please

    Without actually going into your server and trying things, there’s not much else we can do.

    change /wp-includes/ms-files.php to 777.

    make sure Apache has
    AllowOverride FileInfo Options
    so it will actually *read* the htaccess file.

    If those do not work, we are stumped.

    I think not that it comes from the waiter(server), otherwise, head teacher(main clause) would not work either,

    The file.php was deja in 777:)

    Really thank you has you, I am going to uninstall everything to reinstall, derniere solution, I think
    Thank you

    I think not that it comes from the waiter(server), otherwise, head teacher(main clause) would not work either,

    the main blog serves uploads form a *different folder*.

    Thank you for you has you two, ^^

    Hello has all,

    Thus for me, probléme resolved

    I deleted(eliminated) everything and to reinstall, everything works,

    I know, it is not térrible, there esperant that the probléme does not return,

    Thank you has all of your help(assistant),
    Michel

    Hey Andrea, could you attempt to help me? I may be able to offer a little more information on this topic. I too am getting an ‘HTTP error’ when trying to upload media. It started immediately after I upgraded from WP 3.0.1 to 3.0.2.

    I can successfully upload using the HTML browser-uploader, but the Flash uploader fails constantly with the ‘HTTP error.’ What could be causing the Flash uploader to fail that is particular just to that function?

    Thanks in advance for any help.

    Justin

Viewing 15 replies - 16 through 30 (of 31 total)
  • The topic ‘Image Upload Problems on Subdomain’ is closed to new replies.