Options  -Indexes

<IfModule mod_rewrite.c>
    RewriteEngine on
    #RewriteCond %{HTTP_HOST} ^test\.ipnorte\.com/hetmo [NC]
    #RewriteCond %{SERVER_PORT} 80 
    #RewriteRule ^(.*)$ https://test.ipnorte.com/hetmo$1 [R,L]  
    RewriteRule ^([-a-zA-Z0-9]+)$ index.php?ruta=$1  
</IfModule>