Posts by Mario Pacio • 1 point
1 post
-
0
votes1
answer123
viewsA: User friendly URL does not work the way I need it
I did a test and I got it this way: # imprensa RewriteRule ^(imprensa)$ imprensa.php [NC,L] # imprensa/teste RewriteRule ^(imprensa)/(.*?)$ ler-imprensa.php?p=$2 [NC,L] Or if you want to use with ID…