Hola, estoy intentando agregar urls amigables y no logro hacerlos funcionar.
Código PHP:
<IfModule mod_rewrite.c>
Options FollowSymLinks
RewriteEngine on
# Entrada: AVISO/ID/
# Salida: ?art=id
RewriteRule ^AVISO/(w+)/?$ ?art=$1
</IfModule>
La idea seria que al escribir en el navegador:
miweb.com/AVISO/245115402144
me lleve a :
miweb.com?art=245115402144