.htaccess
author fabien
Sat, 27 Sep 2003 03:37:42 -0400
branchxbelweb
changeset 27 212f1dc25b67
parent 17 14bec94bbe89
permissions -rw-r--r--
[svn r1561] Index sorting modification.

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>