home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / .htaccess < prev    next >
Encoding:
Text File  |  2004-06-29  |  107 b   |  4 lines

  1. AuthType Basic
  2. AuthName "FORBIDDEN AREA"
  3. require valid-user
  4. AuthUserfile "../htdocs/forbidden/.htpasswd"