I didn't touch .htaccess :
RewriteEngine on
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName sekta.heliohost.org
AuthUserFile /home/saint666/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/saint666/public_html/_vti_pvt/service.grp
RewriteCond %{HTTP_HOST} ^sekta.heliohost.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.sekta.heliohost.org$
RewriteRule ^/?$ "http\:\/\/127\.0\.0\.1\:12183%{REQUEST_URI}" [P,QSA,L]