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