Usando o .htaccess com o IIS

4

É necessário que eu permita que .htaccess arquivos sejam usados com o IIS. Existe uma maneira de fazer isso? Eu sei que, por si só, o IIS não é capaz de lidar com isso, mas eu poderia instalar algum aplicativo de terceiros que poderia fazer isso para o IIS?

    
por DavidB 20.08.2014 / 01:51

2 respostas

7

Você pode usar este software:

link

Helicon Ape provides support for Apache .htaccess and .htpasswd configuration files in Microsoft IIS. It literally implements Apache configuration model and nearly all Apache modules in a single IIS add-on, not only making IIS compatible with Apache, but also extending it's functionality by a number of highly essential features.

Includes following modules: mod_rewrite, mod_proxy, mod_auth, mod_gzip, mod_headers, mod_cache, mod_expires, mod_replace and others. You can check all currently available modules in the compatibility chart (the list is growing with new builds).

link

    
por 23.08.2015 / 09:09
7

No IIS (Internet Information Server), o equivalente a .htaccess é web.config

Você pode ler mais sobre o Web.config Aqui e Aqui

E algumas ferramentas de conversão do htaccess para web.config aqui e aqui

    
por 20.08.2014 / 02:08

Tags