, , , htaccess , git.
: " .htaccess git dev "
:
:
dev.yoursite.com www.yoursite.com, , dev.yoursite.com .
:
apache ( ), .htaccess .htpasswd .
.htaccess :
SetEnvIf Host yourstagingserver.com passreq
AuthType Basic
AuthName "Staging Server"
AuthUserFile /path/to/.htpasswd
Require valid-user
Order allow,deny
Allow from all
Deny from env=passreq
Satisfy any
dev,
/path/to/.htpasswd, "htpasswd -c .htpasswd mark", , . "htpasswd .htpasswd linda", linda - , .htpasswd.
, ( .htpasswd), , .
:
AuthUserFile , , , httpd.conf, ServerRoot.