RewriteEngine on    # Turn on the rewriting engine

#RewriteRule ^notificacion$ notificacion.php [NC,L]
RewriteRule ^notificacion/([0-9:]+)$ notificacion.php?codigoSeguimiento=$1 [NC,QSA] 

