Found my answers here regarding IIS7 and IIS7.5 http://core.trac.wordpress.org/ticket/13685
Regards, Martin 2010/7/21 HelixGalaxy <[email protected]> > Hi all, > > Was this corrected? Haven't seen this issue on IIS6, but see that on newly > installed IIS7 (runing normal and not multisite). Should it be reported > further? > > Regards, > Martin > > > > 2010/6/1 Philip M. Hofer (Frumph) <[email protected]> > > Head to http://core.trac.wordpress.org/ It uses your account information >> for login from the wordpress.org site, if you don't have an account on >> the wordpress.org site it only takes a few seconds to create one. >> >> click on New Ticket, the title should reference the Media Library, then >> explain your steps you take to reproduce it and references to the wp-testers >> email. Milestone 3.0 priority: normal, version 3.0 then click create ticket >> and you're good to go. >> >> It's possibly related to what wpmuguru is doing with the filters so i'll >> inform him as well when the ticket is created. >> >> - Phil >> >> >> ----- Original Message ----- From: "Smith, Rob" <[email protected]> >> To: <[email protected]> >> Sent: Tuesday, June 01, 2010 12:17 PM >> >> Subject: Re: [wp-testers] RC issue - upload.php 404 error >> >> >> Do I need to put it in the trac or is that something you'll do after >>> vetting my problem--I'm new to all this... >>> >>> -----Original Message----- >>> From: [email protected] [mailto: >>> [email protected]] On Behalf Of Philip M. Hofer >>> (Frumph) >>> Sent: Tuesday, June 01, 2010 3:15 PM >>> To: [email protected] >>> Subject: Re: [wp-testers] RC issue - upload.php 404 error >>> >>> My bad, they're teh same except you removed the index.php portion at the >>> top. >>> >>> I think this should be a ticket now on the trac. It appears to not be a >>> web.config problem and I cannot duplicate it. Might be something else >>> with the other options. >>> >>> ----- Original Message ----- >>> From: "Smith, Rob" <[email protected]> >>> To: <[email protected]> >>> Sent: Tuesday, June 01, 2010 12:01 PM >>> Subject: Re: [wp-testers] RC issue - upload.php 404 error >>> >>> >>> It looks as if the listserv removed teh attachment. Here are the contents >>>> of my web.config: >>>> >>>> <?xml version="1.0" encoding="UTF-8"?> >>>> <configuration> >>>> <system.webServer> >>>> <rewrite> >>>> <rules> >>>> <rule name="wordpress - Rule 2" stopProcessing="true"> >>>> <match url="^([_0-9a-zA-Z-]+/)?files/(.+)" ignoreCase="false"/> >>>> <action type="Rewrite" url="wp-includes/ms-files.php?file={R:2}" >>>> appendQueryString="false"/> >>>> </rule> >>>> <rule name="wordpress - Rule 3" stopProcessing="true"> >>>> <match url="^([_0-9a-zA-Z-]+/)?wp-admin$" ignoreCase="false"/> >>>> <action type="Redirect" url="{R:1}wp-admin/" >>>> redirectType="Permanent"/> >>>> </rule> >>>> <rule name="wordpress - Rule 4" stopProcessing="true"> >>>> <match url="^" ignoreCase="false"/> >>>> <conditions logicalGrouping="MatchAny"> >>>> <add input="{REQUEST_FILENAME}" matchType="IsFile" >>>> ignoreCase="false"/> >>>> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" >>>> ignoreCase="false"/> >>>> </conditions> >>>> <action type="None"/> >>>> </rule> >>>> <rule name="wordpress - Rule 5" stopProcessing="true"> >>>> <match url="^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*)" >>>> ignoreCase="false"/> >>>> <action type="Rewrite" url="{R:2}"/> >>>> </rule> >>>> <rule name="wordpress - Rule 6" stopProcessing="true"> >>>> <match url="^([_0-9a-zA-Z-]+/)?(.*\.php)$" ignoreCase="false"/> >>>> <action type="Rewrite" url="{R:2}"/> >>>> </rule> >>>> <rule name="wordpress - Rule 7" stopProcessing="true"> >>>> <match url="." ignoreCase="false"/> >>>> <action type="Rewrite" url="index.php"/> >>>> </rule> >>>> </rules> >>>> </rewrite> >>>> </system.webServer> >>>> </configuration> >>>> >>>> ________________________________________ >>>> From: [email protected] >>>> [[email protected]] on behalf of Philip M. Hofer >>>> (Frumph) [[email protected]] >>>> Sent: Tuesday, June 01, 2010 2:04 PM >>>> To: [email protected] >>>> Subject: Re: [wp-testers] RC issue - upload.php 404 error >>>> >>>> I am not currently able to reproduce this on (my iis7 w/urlrewrite >>>> windows >>>> server 2008 rc2) >>>> >>>> Are you using a fixed web.config file from pre-RC1 of wordpress? or are >>>> you >>>> using a regenerated one by the system? >>>> >>>> Save your current web.config as a backup, then generate a new web.config >>>> by. >>>> >>>> 1) Going to settings -> Permalinks on the mainsite >>>> 2) Deleting the web.config >>>> 3) clicking save in the settings->permalinks on the mainsite >>>> >>>> You should see a new regenerated one. Test that one if you could >>>> please. >>>> If there are issues revert back to the backed up one. >>>> >>>> ----- Original Message ----- >>>> From: "Smith, Rob" <[email protected]> >>>> To: <[email protected]> >>>> Sent: Tuesday, June 01, 2010 10:57 AM >>>> Subject: Re: [wp-testers] RC issue - upload.php 404 error >>>> >>>> >>>> I'm running multisite in subdirectory mode. The problem occurs on all >>>>> sites--main site and any subsites I create. >>>>> >>>>> -----Original Message----- >>>>> From: [email protected] >>>>> [mailto:[email protected]] On Behalf Of Philip >>>>> M. >>>>> Hofer (Frumph) >>>>> Sent: Tuesday, June 01, 2010 1:53 PM >>>>> To: [email protected] >>>>> Subject: Re: [wp-testers] RC issue - upload.php 404 error >>>>> >>>>> I'm helping wpmuguru debug this, he's out today but will be back >>>>> tomorrow, >>>>> is this a single installation or are you running multisite? >>>>> >>>>> (if) multisite, what type of multisite? subdomain or subdirectory can >>>>> you >>>>> tell me if it's only on the mainsite, or does the same effect happen on >>>>> subites? >>>>> >>>>> ----- Original Message ----- >>>>> From: "Smith, Rob" <[email protected]> >>>>> To: <[email protected]> >>>>> Sent: Tuesday, June 01, 2010 6:34 AM >>>>> Subject: [wp-testers] RC issue - upload.php 404 error >>>>> >>>>> >>>>> I'm running multisite on IIS7 / Windows 2008 R2. Things have been >>>>>> stable >>>>>> and worked as expect since the beta; however, if I try to upload using >>>>>> the >>>>>> Media option in the Admin panel, I get this upload.php 404 error. >>>>>> Here's >>>>>> the interesting thing: If instead, I upload an image while writing a >>>>>> post, >>>>>> it works fine. AND, once there's one image in the Media Library, that >>>>>> option works. Thoughts about what to try or look at? >>>>>> >>>>>> Rob Smith >>>>>> Davidson College >>>>>> _______________________________________________ >>>>>> wp-testers mailing list >>>>>> [email protected] >>>>>> http://lists.automattic.com/mailman/listinfo/wp-testers >>>>>> >>>>>> >>>>> _______________________________________________ >>>>> wp-testers mailing list >>>>> [email protected] >>>>> http://lists.automattic.com/mailman/listinfo/wp-testers >>>>> _______________________________________________ >>>>> wp-testers mailing list >>>>> [email protected] >>>>> http://lists.automattic.com/mailman/listinfo/wp-testers >>>>> >>>>> >>>> _______________________________________________ >>>> wp-testers mailing list >>>> [email protected] >>>> http://lists.automattic.com/mailman/listinfo/wp-testers >>>> _______________________________________________ >>>> wp-testers mailing list >>>> [email protected] >>>> http://lists.automattic.com/mailman/listinfo/wp-testers >>>> >>>> >>> _______________________________________________ >>> wp-testers mailing list >>> [email protected] >>> http://lists.automattic.com/mailman/listinfo/wp-testers >>> _______________________________________________ >>> wp-testers mailing list >>> [email protected] >>> http://lists.automattic.com/mailman/listinfo/wp-testers >>> >>> >> _______________________________________________ >> wp-testers mailing list >> [email protected] >> http://lists.automattic.com/mailman/listinfo/wp-testers >> > > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
