<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>
RewriteCond %{HTTP_HOST} ^pagos\.mauroquintana\.cl$ [OR]
RewriteCond %{HTTP_HOST} ^www\.pagos\.mauroquintana\.cl$
RewriteRule ^SN$ "https\:\/\/www\.flow\.cl\/btn\.php\?token\=gc5a1557cdbde9ab79981e7fbc5d608ff010bfc2" [R=302,L]
RewriteCond %{HTTP_HOST} ^pagos\.mauroquintana\.cl$ [OR]
RewriteCond %{HTTP_HOST} ^www\.pagos\.mauroquintana\.cl$
RewriteRule ^SN30$ "https\:\/\/www\.flow\.cl\/btn\.php\?token\=x1fe5378129fd53f7e3b29c15a7de86d7a51e7b9" [R=302,L]
RewriteCond %{HTTP_HOST} ^pagos\.mauroquintana\.cl$ [OR]
RewriteCond %{HTTP_HOST} ^www\.pagos\.mauroquintana\.cl$
RewriteRule ^matricula$ "https\:\/\/www\.flow\.cl\/btn\.php\?token\=lf2c7c120ad02c0c75d50498f66f2b21befc6b1a" [R=302,L]

