php_value date.timezone 'America/Caracas'
RewriteEngine on
RewriteBase /

Options -Indexes

RewriteCond %{REQUEST_FILENAME} !/(core|plugins|dist)/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !(\.(css|js|map|svg|ico|woff|woff2|ttf|png|jpg|gif)$)

#RewriteRule ^(.*[^\/])[\/]*$ index.php?page=$1&paciente=$2 [L,QSA]
#RewriteRule ^(.*[^\/])[\/]*$ index.php?page=$1 [L,QSA]


RewriteRule ^reporte_transacciones/(.*)/$ index.php?page=reporte_transacciones&id_balance=$1 [L,QSA]

RewriteRule ^login/$ acceso.php?page=login&ambiente_systems=S [L,QSA]

RewriteRule ^(.*)/$ index.php?page=$1 [L,QSA]