Page 1 of 1

authorisation n authentication issue

Posted: Wed Aug 02, 2006 7:20 am
by czarnick
hi all

actually i m new to php n have background of microsoft technologies.
My issue is that in asp.net we use web.config file to give authorisation n authentication to specific files or folders so in php how we can do this authorisation n authentications.
Somewhere i read we can do this through .htaccess if yes plz tell me how can i do or any tutorial on .htaccess and is it compatible to iis server because i am running php application on iis server

thanks n with regards
cn

Posted: Wed Aug 02, 2006 10:13 am
by Luke
.htaccess is for apache

Some research:
http://www.google.com/search?q=htaccess ... S:official

Posted: Wed Aug 02, 2006 10:20 am
by RobertGonzalez
What you are wanting to do may require a server based authentication application unless you want to write one in PHP.

Have a look at this thread for some other ideas.