Código:
Como verán mi web es bastante sencilla y hasta ahora el único .html que veo es el index2.html y el index.html , puedo llegar a las noticias perfecto con noticia123.html ó noticia.php?id=123, pero no logro hacer que los enlaces se muestren de la forma noticia123.html, ¿Algún error en mi .htaccess? ¿Alguna forma de ayudarme?Options +FollowSymLinks RewriteEngine on RewriteRule noticia(.*)\.html$ /noticia.php?id=$1 RewriteRule listado(.*)\.html$ /listado.php?type=$1 RewriteRule index\.html$ /index.php RewriteRule index2\.html$ /index2.php RewriteRule anteriores\.html$ /anteriores.php
Gracias de antemano,