Help for this page

Select Code to Download


  1. or download this
    AuthType Basic
    AuthName "Password Required"
    AuthUserFile /usr/local/password/passwd.file
    Require user <username>
    
  2. or download this
    htpasswd -c /usr/local/password/passwd.file <username>
    
  3. or download this
    <virtualHost>
    ServerName  www.xyz.com
    DocumentRoot <root-Dir> 
    AccessFileName .htaccess_www.xyz.com
    </virtualHost>