Url amigable no funciona
Hola, no me funcionan las url amigables, este es el código del .htaccess
RewriteBase /
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
Rewriterule ^articulo/(.+)/([0-9]+)/(.+)$ index.php?sección=$1&articulo=$2
código del index.php
echo "<a href='articulo/librería/15'>IR AL ENLACE</a>";
código del articulo.php
mysql_query("SELECT * FROM artículos WHERE id=''$_GET[articulo]");
LOS CÓDIGOS ESTÁN RESUMIDOS POR SUPUESTO.
1 Respuesta
Respuesta de Adrian Manz
1