Quote:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpErrors>
<remove statusCode="404" subStatusCode="-1" />
<error statusCode="404" prefixLanguageFilePath="" path="http://www.powwows.com/reached-page-error" responseMode="Redirect" />
</httpErrors>
<rewrite>
<rules>
<rule name="Imported Rule 1" enabled="true" stopProcessing="true">
<match url="^gathering/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$" ignoreCase="false" />
<action type="Rewrite" url="gathering/vbseo_sitemap/vbseo_getsitemap.php?sitemap={R:1}" appendQueryString="false" />
</rule> <rule name="wordpress" patternSyntax="Wildcard"> <match url="*" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="index.php" />
</rule></rules> </rewrite>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="1.00:00:00" />
</staticContent> </system.webServer> </configuration>