AddDefaultCharset utf-8
#For security reasons, Option followsymlinks cannot be overridden.
#Options +FollowSymlinks 
Options +SymLinksIfOwnerMatch


RewriteEngine On
#RewriteBase /


#redirectMatch 301 ^contacto.htm(.*)$ https://sucurriculum.com/noticias/contacto/
#redirect 301 /contacto.htm https://sucurriculum.com/noticias/contacto
RewriteRule ^categoria_(.*)_([0-9]+).html$ index.php?c=$2 
RewriteRule ^(.+).html$ post.php?key=$1 
