Michel,

There's really no way for Cold Fusion to protect directories.  You can get
it to protect individual .cfm files based on the referrer tag, like this...

<CFIF CGI.HTTP_REFERER DOES NOT CONTAIN "yourdomain.com">
<CFLOCATION URL="http://www.yourdomain.com">
</CFIF>

...but that's about the extent of Cold Fusion's capability in protecting
files.

Actually, it sounds like you need Authentix, which is a third party filter
which you install into IIS.  I use it and have found it more than useful.
You can protect anything from directories to files with it via a user
database or simply by referrer.  I bought the software about a year ago for
$299 (ISP version).  You may not need the ISP version, so, yours may be
cheaper.  I think they even have a free version depending on your needs.  At
any rate, here's the url for AuthentiX:  http://www.flicks.com.

Hope this helps!

DSJ



> -----Original Message-----
> From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 27, 2000 3:11 AM
> To: CF-Talk
> Subject: OT: .htaccess for IIS?
>
>
> I realize this may be off-topic, but I'm looking for a way to manage
> directory access on IIS with a CFM application.
>
> The rub is that the web pages to be protected themselves will be
> asp and/or
> standard html (Frontpage Extensions of all things!), so I can't
> simply plonk
> an application.cfm in there to keep everything in check.
>
> We've made a small application to do the same on Linux, but there it's
> relatively easy since you can create htaccess files.
>
> Is there an equivalent thing for IIS?
>
> Or failing that, is there a simple way to add/modify/delete
> directory access
> in IIS? We're talking a database of possibly hundreds of people who each
> need their individual passwords, and *no* way to use ColdFusion for the
> serving end of things.
>
> Michel Vuijlsteke
> Netpoint NV
> ------------------------------------------------------------------
> ------------------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> or send a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
>

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to