3
I have the following link
http://127.0.0.1/site/noticia/12(cod_da_noticia)
I wonder how I can leave the link like this
http://127.0.0.1/site/noticia/12(cod_da_noticia)/queria colocar o titulo aqui
link in . htaccess
RewriteBase /
RewriteEngine On
RewriteRule ^site/noticia/([^/]+)$ site/index.php?op=28&cod=$1 [L,QSA]
href
href="../noticia/<?php echo $registo['cod_noticia'];?>">
Link part of <a href> and not access
– Sr. André Baill