Htaccess

Htaccess

am 17.08.2007 07:50:33 von Jacek Jurkowski

Hi All

How to eneble .htaccess support
on IIS 6? Any How To?

Re: Htaccess

am 17.08.2007 15:52:29 von Kristofer Gafvert

Hello,

..htaccess is for Apache and there is nothing in IIS you can enable to
support .htaccess file.



--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Jacek Jurkowski wrote:

>Hi All
>
>How to eneble .htaccess support
>on IIS 6? Any How To?

Re: Htaccess

am 17.08.2007 16:16:52 von Daniel Crichton

Jacek wrote on Fri, 17 Aug 2007 07:50:33 +0200:

> Hi All

> How to eneble .htaccess support on IIS 6? Any How To?


You'd need an ISAPI filter to read the .htaccess file and apply it's
settings. Maybe something like this:

http://www.troxo.com/products/iispassword/


Dan

Re: Htaccess

am 17.08.2007 16:24:07 von .._..

"Daniel Crichton" wrote in message
news:%23JszDlN4HHA.5852@TK2MSFTNGP02.phx.gbl...
> Jacek wrote on Fri, 17 Aug 2007 07:50:33 +0200:
>
>> Hi All
>
>> How to eneble .htaccess support on IIS 6? Any How To?
>
>
> You'd need an ISAPI filter to read the .htaccess file and apply it's
> settings. Maybe something like this:
>
> http://www.troxo.com/products/iispassword/
>
>
> Dan
>

Note, the above is _free_ and comes with a command line utility with-which
you can integrate with Perl, ASP, batch files, etc.

Plus, the files are easily transferrable to other servers and backed up.

Re: Htaccess

am 18.08.2007 10:04:42 von David Wang

On Aug 16, 10:50 pm, "Jacek Jurkowski" wrote:
> Hi All
>
> How to eneble .htaccess support
> on IIS 6? Any How To?


You get .htaccess support by default on IIS7. Actually, better
than .htaccess support.

Now, what exactly do you mean by .htaccess support because that is
meaningless even on Apache. .htaccess is the distributed configuration
system within Apache. It is specific modules with delegated access via
distributed .htaccess that make sense, so the question is "which
module do you want to delegate".

A common one is custom user login, but it's not the only meaning of
".htaccess support".


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//