RewriteOptions inherit
RewriteEngine on

# BEGIN cPanel-generated php ini directives, do not edit
<IfModule php7_module>
   php_flag display_errors Off
   php_value max_execution_time 60
   php_value max_input_time 60
   php_value max_input_vars 3000
   php_value memory_limit 1024M
   php_value post_max_size 8M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php73"
   php_value upload_max_filesize 2M
   php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
   php_flag display_errors Off
   php_value max_execution_time 60
   php_value max_input_time 60
   php_value max_input_vars 3000
   php_value memory_limit 1024M
   php_value post_max_size 8M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php73"
   php_value upload_max_filesize 2M
   php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit

# BEGIN redirecciones específicas
RewriteCond %{HTTP_HOST} ^(www\.)?vilella\.com\.ar$
RewriteRule ^$ https://vilella.com.ar/site [R=301,L]
RewriteRule ^turnos$ http://mail.vilella.com.ar:81/turnosVilella/ [R=301,L]
RewriteRule ^recetas$ https://vilella.com.ar/site/recetas/ [R=301,L]
RewriteRule ^contacto$ https://vilella.com.ar/site/contacto/ [R=301,L]
RewriteRule ^resultados$ https://vilella.com.ar/site/nuestros-servicios/resultados/ [R=301,L]
RewriteRule ^busquedas$ https://b24-1ghpxm.bitrix24.site/busquedas/ [R=301,L]
RewriteRule ^consulta$ https://vilella.com.ar/site/contacto/ [R=301,L]
RewriteRule ^receta$ https://vilella.com.ar/site/recetas/ [R=301,L]
RewriteRule ^teleconsulta$ https://vilella.com.ar/site/teleconsulta/ [R=301,L]
RewriteRule ^site/turnos/dengue-7/$ https://vilella.com.ar/contacto [R=301,L]
RewriteRule ^puestos$ https://debqclients.debmedia.com/ [R=301,L]
RewriteRule ^laboratorio$ http://190.191.231.162/login.asp?cod=VI [R=301,L]
RewriteRule ^fila$ https://mobile.clients.debmedia.com/app/buscar/CMV?branchId=287 [R=301,L]
RewriteRule ^novedades$ https://vilella.com.ar/site/novedades [R=301,L]
# END redirecciones específicas

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress


# php -- BEGIN cPanel-generated handler, do not edit
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

