WARNING!
If you see this, then your Apache server was not able to recongise your .htaccess file,
When you are entering this directory you MUST see something like:
Forbidden
You don't have permission to access /sutra/data/
on this server.
Apache/1.3.27 Server at www.kytoon.com Port 80
Please edit your httpd.conf and allow .htaccess to override apache options. Add something like:
<Directory "/path/to/sutra/data">
Options All
AllowOverride All
</Directory>