
RewriteEngine on

RewriteOptions inherit

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName emerymark.com
AuthUserFile /home/emery/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/emery/public_html/_vti_pvt/service.grp

# Google Analytics Integration - Added by cPanel.
<IfModule mod_substitute.c>
AddOutputFilterByType SUBSTITUTE text/html
Substitute "s|(<script src='/google_analytics_auto.js'></script>)?</head>|<script src='/google_analytics_auto.js'></script></head>|i"
</IfModule>
# END Google Analytics Integration
RewriteCond %{HTTP_HOST} ^emerymark\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.emerymark\.com$
RewriteRule ^/?$ "https\:\/\/emerymark\.com\.mx\/es\/" [R=301,L]

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