Cita:  
					Iniciado por timz 
  # -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 jotaeprint.com
AuthUserFile /home/tuweb/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/tuweb/public_html/_vti_pvt/service.grp
RewriteEngine on 
RewriteCond %{HTTP_HOST} !^tuweb\.com 
RewriteRule (.*) http://www.tuweb.com/$1 [R=301,L]
    Toda esa retahila sobra. Con las últimas 3 líneas es suficiente.