A Technet tem uma seção de Configurando o redirecionamento de HTTP no IIS 7 . Incluindo situações como:
- Você alterou o nome de um diretório virtual e deseja que os usuários possam acessar arquivos do URL antigo.
O que parece ser algo exatamente como você está procurando fazer.
Obviamente, primeiro crie o diretório para o shorturl
e defina as propriedades de redirecionamento no nível da pasta shorturl
.
Se você está procurando redirecionar para um destino relativo:
- Open IIS Manager and navigate to the level you want to manage.
- In Features View, double-click HTTP Redirect.
- On the HTTP Redirect page, select Redirect requests to this destination. In the corresponding box, type the file name, directory path, or URL to which you want to redirect the user.
- In the Actions pane, click Apply.
Se você deseja redirecionar para um destino de caminho exato / completo:
- Open IIS Manager and navigate to the level you want to manage.
- In Features View, double-click HTTP Redirect.
- On the HTTP Redirect page, under Redirect Behavior, select Redirect all requests to exact destination (instead of relative to destination).
- In the Actions pane, click Apply.