2012-06-04 4 views

ответ

0

Да, можно с модулем URL переписывания. Ваше правило выглядит так:

<rule name="Redirect non app" stopProcessing="true"> 
    <match url="^app(.*)" negate="true" /> 
    <action type="Redirect" url="http://www.othersite.com{REQUEST_URI}" /> 
</rule>