O .htaccess
RewriteEngine On
RewriteRule ^imagine/([^/]+)/([^.]+)$ ver_imaginew_agora.php&id=$1&titulo=$2
RewriteRule ^portifolio/([^/]+)/([^.]+)$ ver_portifilio.php&id=$1&titulo=$2
How I pass the link
<a href="portifolio/<?php echo $lista['id']; ?>/<?php echo $lista['titulo']; ?>">
It does not find the page that is there.