htacess question

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
krsm1980
Forum Commoner
Posts: 25
Joined: Sat Jan 09, 2010 12:33 am
Location: IN
Contact:

htacess question

Post by krsm1980 »

hello guys, i want offering "ADMIN" folder access to administrator only...

how can i implement that, i know we can do that working on htaccess..but not much in details....

would you guys mind helping me over....
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: htacess question

Post by pickle »

You can set up your .htaccess file to request a username and password. Give that username and password to your administrator(s) & you're good to go.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply