Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/10/2012, 10:47
Avatar de historiasdemaria
historiasdemaria
 
Fecha de Ingreso: septiembre-2010
Ubicación: www
Mensajes: 433
Antigüedad: 13 años, 7 meses
Puntos: 54
Respuesta: No consigo hacer funcionar el htaccess

Hola berto82, prueba con
Código Apache:
Ver original
  1. <IfModule mod_rewrite.c>
  2.  
  3. RewriteEngine On
  4.  
  5. RewriteRule ^([a-zA-Z0-9_-]+)$ artista.php?n=$1
  6. RewriteRule ^([a-zA-Z0-9_-]+)/$ artista.php?n=$1
  7.  
  8. </IfModule>

y nos cuentas