# <IfModule mod_rewrite.c>
#     DirectorySlash Off 
#     RewriteEngine on
#     RewriteCond %{REQUEST_FILENAME}\.html -f
#     RewriteRule ^(.*)  /$1.html [L] 
#     RewriteCond %{REQUEST_FILENAME}\.php -f 
#     RewriteRule ^(.*)  /$1.php [L]
#     RewriteCond %{THE_REQUEST} \s/+(.*?/)?(?:index)?(.*?)\.(html|php)[\s?/] [NC] 
#     RewriteRule ^(.*)  /%1%2 [R=302,L]
#     RewriteCond %{REQUEST_URI} !(/$|\.) [NC]
#     RewriteRule ^  %{REQUEST_URI}/ [R=302,L] 
# </IfModule>
# # RewriteCond %{HTTP_HOST} ^paqueteria\.sispo\.com\.ar$
# # RewriteRule ^/?$ "https\:\/\/paqueteria\.sispo\.com\.ar\/tarifario\/nuevo" [R=301,L]

# # php -- BEGIN cPanel-generated handler, do not edit
# # Set the “ea-php56” package as the default “PHP” programming language.
# <IfModule mime_module>
#   AddHandler application/x-httpd-ea-php56 .php .php5 .phtml
# </IfModule>
# # php -- END cPanel-generated handler, do not edit
