
October 6th, 2004, 07:03 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
.htaccess assistance appreciated
Help! I'm really new at using htaccess. Below is my current file
AuthUserfile /var/www/localhost/htdocs/.htpasswd
AuthGroupFile /dev/null
AuthType Basic
AuthName EnterPassword
require user user_name
Because the site I'm creating will frequently change servers and/or directories - is there a way I can set the location of the .htpasswd file to something like:
AuthUserfile ../.htpasswd
Any assistance would be REALLY appreciated! 
|