Previous Thread
Next Thread
Print Thread
Rate Thread
#241584 03/26/2003 3:24 PM
Joined: Aug 2002
Posts: 111
Journeyman
Journeyman
Offline
Joined: Aug 2002
Posts: 111
I'm installing a program written in PHP. In the installation instructions it says, "Make sure your /admin/ directory is password protected. If you don't use HTACCESS to protect those files, you need to implement your authentication yourself."

I know neither how to use .htaccess to password protect a single directory, nor how to "implement authentication". Could someone guide me in the right direction and tell me how to do one or the other? (I do use .htaccess files on a regular basis, but only to do things like set up 404 pages, stop web stripping bots, stop image hotlinking, etc.)

Sponsored Links
jbiz #241585 03/26/2003 4:35 PM
Joined: Apr 2002
Posts: 1,768
Addict
Addict
Offline
Joined: Apr 2002
Posts: 1,768
This isn't really a PHP question, but I can't think of a better place to put this.

Here's an example.

A couple of changes I would make:
1) Place the .htpasswd file outside of the web document tree, not in the same directory as the .htaccess file as that example suggests.
2) When using the htpasswd command, add the -m option, so that MD5 encryption is used, rather than the default crypt encryption.

Joined: Aug 2002
Posts: 111
Journeyman
Journeyman
Offline
Joined: Aug 2002
Posts: 111
Thanks for the answer, Dave. I knew the .htaccess stuff wasn't a PHP question, but I wasn't sure about the "implement authentication" thing (as I'm not familiar with that term). I'll follow some of the instructions at the link you provided.

jbiz #241587 03/27/2003 4:39 AM
Joined: Apr 2002
Posts: 1,768
Addict
Addict
Offline
Joined: Apr 2002
Posts: 1,768
"implement authentication"

That probably refers to a situation in which you can't use .htaccess files. For example, if you weren't using the Apache web server, or if Apache weren't configured to allow you to use .htaccess files, then you would need to find a different method for protecting the directory.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Zarzal
Zarzal
Berlin, Germany
Posts: 808
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)