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
Código HTML:
RewriteEngine On RewriteRule ^noticia/(.+).html$ noticia.php?id=$1