IIS 5 / 6 .htaccess
am 09.08.2006 12:15:10 von beachboy
Hello all,
I want to protect the file from special folder, but keep the access for
editor from CMS (Content Management System) , Is possible to do that on IIS
5 / 6??
e.g: protected folder: http://website1/download/ , but editor can login to
CMS and read and write a file from that directory, how can i do that???
Thanks in advanced.
Re: IIS 5 / 6 .htaccess
am 09.08.2006 12:29:24 von Christian Paparelli
Ciao beachboy,
> Hello all,
>
> I want to protect the file from special folder, but keep the access
> for editor from CMS (Content Management System) , Is possible to do
> that on IIS 5 / 6??
>
> e.g: protected folder: http://website1/download/ , but editor can
> login to CMS and read and write a file from that directory, how can i
> do that???
iis doesn't support .htaccess take a look here for more info
http://support.microsoft.com/kb/324064/EN-US/
--
Christian Paparelli
[Microsoft MVP Windows Server - IIS]
http://mvp.support.microsoft.com
http://italy.mvps.org
My job: http://www.ithost.ch
My blog: http://blogs.aspitalia.com/cp
RE: IIS 5 / 6 .htaccess
am 09.08.2006 16:50:02 von jigs4u4ever
Hi,
Simply remove the anyonums access for the folder"download" from IIS Manager
for your URL http://website1/download/ and select "Integrated Windows
authentication" this will now ask for user credentials every time user access
the URL http://website1/download/. Create the user for yourCMS (Content
Management System) on the webserver and user those credentials to access the
URL.
Thanks & Regards
Jigs4u_4ever
"beachboy" wrote:
> Hello all,
>
> I want to protect the file from special folder, but keep the access for
> editor from CMS (Content Management System) , Is possible to do that on IIS
> 5 / 6??
>
> e.g: protected folder: http://website1/download/ , but editor can login to
> CMS and read and write a file from that directory, how can i do that???
>
> Thanks in advanced.
>
>
>