/home/simp499cl/public_html
Edit: /home/simp499cl/public_html/.htacces_25032026 (888B)
RewriteEngine on
RewriteOptions inherit
RewriteCond %{REQUEST_URI} !^/dondevamos/privacy.html$
RewriteRule ^dondevamos/[^/]+$ https://www.simplesystems.cl/dondevamos [R=301,L]
RewriteCond %{REQUEST_URI} !^/pmc/privacy.html$
RewriteRule ^pmc/eventos/[^/]+$ https://www.simplesystems.cl/pmc [R=301,L]
# AASA fix - asegura que el archivo tenga el tipo application/json
# Fuerza servirlo como JSON sin procesar
ForceType application/json
Header set Content-Type "application/json"
Require all granted
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php80” package as the default “PHP” programming language.
AddHandler application/x-httpd-ea-php80 .php .php8 .phtml
# php -- END cPanel-generated handler, do not edit