Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/05/2010, 06:00
Nauz
 
Fecha de Ingreso: abril-2009
Mensajes: 6
Antigüedad: 15 años
Puntos: 0
Respuesta: Por qué varios hostings no permiten htacces??

En primer instancia, tu consulta fue sobre .htaccess. Si miras la pagina oficial de Apache en la seccion documentacion - archivos .htaccess

link: http: // httpd.apache.org / docs / 2.2 / howto / htaccess.html

vas a encontrar el siguiente texto

"When (not) to use .htaccess files

In general, you should never use .htaccess files unless you don't have access to the main server configuration file. There is, for example, a prevailing misconception that user authentication should always be done in .htaccess files. This is simply not the case. You can put user authentication configurations in the main server configuration, and this is, in fact, the preferred way to do things."

en otras palabras .htaccess no es el camino correcto para configurar el servicio.