authorisation n authentication issue

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
czarnick
Forum Newbie
Posts: 4
Joined: Sun Jul 30, 2006 1:44 pm

authorisation n authentication issue

Post 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
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

.htaccess is for apache

Some research:
http://www.google.com/search?q=htaccess ... S:official
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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.
Post Reply