Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/08/2011, 16:53
adiction
 
Fecha de Ingreso: septiembre-2008
Mensajes: 48
Antigüedad: 15 años, 7 meses
Puntos: 1
Htaccess RewriteRule no redirecciona

Hola estoy usando htaccess para generar una url amigable busco que se muestre una carpeta falsa noticia y que llame solo al archivo pero no me resulta :

que aparesca asi
http://localhost/sitio/noticia/ganador-concurso.html

usando en el htaccess



Código HTML:
RewriteEngine On
RewriteRule ^noticia/([^/]+).html$ noticia.php?id=$1
tambien intente con

Código HTML:
RewriteEngine On
RewriteRule ^noticia/(.+).html$   noticia.php?id=$1