RewriteEngine on
RewriteCond $1 !^(er\.php|img|js|css|assets|assetsdm|captcha|media|robots\.txt|humans\.txt|info\.php|copy|old)
RewriteRule ^(.*)$ er.php/$1 [L]

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
#<IfModule mime_module>
#  AddHandler application/x-httpd-ea-php73___lsphp .php .php7 .phtml
#</IfModule>
# php -- END cPanel-generated handler, do not edit
RewriteCond %{HTTP_HOST} ^universidadmeridiano\.edu\.mx$ [OR]
RewriteCond %{HTTP_HOST} ^www\.universidadmeridiano\.edu\.mx$
RewriteRule ^/?$ "https\:\/\/universidadmeridiano\.com\.mx\/" [R=301,L]

