.htaccess
author fabien
Sat, 27 Sep 2003 03:17:30 -0400
branchxbelweb
changeset 26 17b0cd274530
parent 17 14bec94bbe89
permissions -rw-r--r--
[svn r1560] Add import functionality and correct a bug in the merge_kw.

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>