.htaccess
author fabien
Fri, 24 Oct 2003 17:04:29 -0400
branchxbelweb
changeset 47 2781ac85b807
parent 17 14bec94bbe89
permissions -rw-r--r--
[svn r1604] Implement default_view preferences, which move things around a lot.

AddHandler cgi-script py
Options +ExecCGI
DirectoryIndex index.py
AuthType Basic
AuthName Fabien@TZoNE
AuthUserFile /home/fabien/public_html/xbelweb/.htpasswd
<Limit GET POST>
  require valid-user
</Limit>