• User

    RewriteRule, va quasi tutto...!

    Buongiorno, vi chiedo cortesemente un'aiuto per alcune regole nel file htaccess:

    RewriteRule ^([^/]+)/([^/]+)/pages/([^/]+).html$ /index.php?lang=$1&sub=$2&page=$3
    
    RewriteRule ^([^/]+).html$ /index.php?lang=$1
    RewriteRule ^([^/]+)/([^/]+).html$ /index.php?lang=$1&sub=$2
    RewriteRule ^([^/]+)/([^/]+)/([^/]+).html$ /index.php?lang=$1&sub=$2&subart=$3
    RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+).html$ /index.php?lang=$1&sub=$2&subart=$3&subdet=$4
    RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+).html$ /index.php?lang=$1&sub=$2&subart=$3&subdet=$4&prod=$5 
    

    Funziona tutto meno che la prima riga, chi mi sa aiutare...?
    Conto in qualche buon'anima per mettere in linea un sito entro Dicembre.

    Grazie in anticipo


  • User Newbie

    nessuno che mi aiuti?