Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/08/2006, 00:47
Dacrow
 
Fecha de Ingreso: febrero-2005
Ubicación: Santo Domingo
Mensajes: 35
Antigüedad: 20 años
Puntos: 0
Preguntas sobre .htaccess

Alguien podria explicarme que significa:

Código:
# -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 ***
AuthUserFile /home/***/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/***/public_html/_vti_pvt/service.grp
*** = dominio

Me encantaria que me den alguna referencia de donde puedo aprender a manejar los .htaccess