TxT, te dejo un httacces que hice para una pagina que funciona OK, quizá esto te ayude Salu2
Código:
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
#Principal.(principal.php)
RewriteRule software-sitios-web(.*).html$ principal.php?url=$1
RewriteRule websites-software(.*).html$ principal.php?url=$1
#Proyectos.(proyectos_software.php)
RewriteRule proyecto(.*).html$ proyectos_software.php?url=$1
RewriteRule project(.*).html$ proyectos_software.php?url=$1
#Servicios(servicios_software_partners.php)
RewriteRule servicios-partners(.*).html$ servicios_software_partners.php?url=$1
RewriteRule partners-services(.*).html$ servicios_software_partners.php?url=$1
#Servicios(servicios_software_empresas.php)
RewriteRule servicios-empresas(.*).html$ servicios_software_empresas.php?url=$1
RewriteRule company-services(.*).html$ servicios_software_empresas.php?url=$1
#FAQ(faqs.php)
RewriteRule preguntas-frecuentes(.*).html$ faqs.php?url=$1
RewriteRule faq(.*).html$ faqs.php?url=$1
#CONSEJOS(consejos_web.php)
RewriteRule consejo-web(.*).html$ consejos_web.php?url=$1
RewriteRule web-tip(.*).html$ consejos_web.php?url=$1
#CONTACTO(contacto_empresa_software.php)
RewriteRule contactenos(.*)-(.*).html$ contacto_empresa_software.php?url=$1&msg=$2
RewriteRule contact-us(.*)-(.*).html$ contacto_empresa_software.php?url=$1&msg=$2
#BUSQUEDA(busqueda.php)
RewriteRule busqueda-consejos-web(.*)-(.*).html$ busqueda.php?dato=$1&id_cons=$2
RewriteRule search-web-tips(.*)-(.*).html$ busqueda.php?dato=$1&id_cons=$2
########################################################