xx
RewriteOptions inherit
RewriteEngine on
order allow,deny
allow from all
RewriteCond %{HTTP_HOST} ^sgc\.difpuertovallarta\.gob\.mx$ [OR]
RewriteCond %{HTTP_HOST} ^www\.sgc\.difpuertovallarta\.gob\.mx$
RewriteRule ^/?$ "https\:\/\/difpuertovallarta\.gob\.mx\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^sgc\.difpuertovallarta\.gob\.mx$ [OR]
RewriteCond %{HTTP_HOST} ^www\.sgc\.difpuertovallarta\.gob\.mx$
RewriteRule ^sgc\/?$ "https\:\/\/difpuertovallarta\.gob\.mx\/" [R=301,L]
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
# php -- END cPanel-generated handler, do not edit