esta es mi nice url absoluta
Código HTML:
http://localhost/forum/showthemes/t1-tema-de-prueba.html
Código PHP:
http://localhost/forum/showthemes.php?t=1
Código PHP:
Options +FollowSymLinks
RewriteEngine on
# RewriteBase /forum/
RewriteRule ^(.*)/showthemes/t([0-9]+).*.html$ $1/showthemes.php?t=$2 [L]
Gracias...