<IfModule mod_rewrite.c> RewriteEngine on Rewriterule ^busqueda/(.*)$ index.php?special=search&search=$1 Rewriterule ^index.html$ index.php Rewriterule ^contacto.html$ index.php?special=contacto Rewriterule ^sitemap.html$ index.php?special=sitemap Rewriterule ^mapadelsitio.html$ index.php?special=sitemap Rewriterule ^error-(.*).html$ index.php?special=error&error=$1 Rewriterule ^feed.xml$ feed.php Rewriterule ^([0-9]+)-(.*)/$ index.php?category=$1 Rewriterule ^([0-9]+)-(.*)$ index.php?category=$1 Rewriterule ^ejemplos-(.*)/$ index.php?category2=$1 Rewriterule ^ejemplos-(.*)$ index.php?category2=$1 Rewriterule ^uploads/(.*)$ descargar.php?filename=$1 Rewriterule ^(.*)/([0-9]+)-(.*).html$ index.php?page=$2 Rewriterule ^tag/(.*)-([0-9]+).html$ index.php?tag=$1&tagpage=$2 Rewriterule ^tag/(.*).html$ index.php?tag=$1 </IfModule> <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>
Rewriterule ^(.*)/([0-9]+)-(.*).html$ index.php?page=$2