Search results

  1. M

    [solved] Help with .htaccess

    I wanto to redirec all pages that starts with _ on /tag For example http://www.domain.com/tag/_rima.html redirect to http://www.domain.com/tag/rima.html I tried with this RedirectMatch 301 tag/_([a-zA-Z0-9])-([0-9]+).html http://www.domain.com/tag/$1-$2.html RedirectMatch 301...
  2. M

    [solved] rewriterule moving from apacha to litespeed

    Here is my .htaccess <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...
Top