<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /

# Reescreva oraculo.html para oraculo/123
RewriteRule ^oraculo/([0-9]+)$ oraculo.html?id=$1 [L,QSA]

# Permite que oraculo/ e oraculo sejam reescritos para oraculo.html
RewriteCond %{REQUEST_URI} ^/oraculo/?$
RewriteRule ^oraculo/?$ oraculo.html [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /oraculo.html [L]
</IfModule>

# BEGIN Astro Consulta development cache control
<IfModule mod_setenvif.c>
  SetEnvIf Request_URI "^/(oraculo(\.html)?|ofertas\.html|checkout\.html)(/|$)" ASTRO_NO_CACHE=1
  SetEnvIf Request_URI "^/(js/(app|checkout)\.js|style/(app|ofertas|checkout)\.css|json/(prompts-pt-br|config|lang|badwords|tarot)\.json|php/.*\.php)$" ASTRO_NO_CACHE=1
</IfModule>
<IfModule mod_headers.c>
  Header always set Cache-Control "no-store, no-cache, must-revalidate, max-age=0" env=ASTRO_NO_CACHE
  Header always set Pragma "no-cache" env=ASTRO_NO_CACHE
  Header always set Expires "Thu, 01 Jan 1970 00:00:00 GMT" env=ASTRO_NO_CACHE
  Header always unset ETag env=ASTRO_NO_CACHE
</IfModule>
# END Astro Consulta development cache control

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php5_module>
   php_flag asp_tags Off
   php_flag display_errors Off
   php_value max_execution_time 300
   php_value max_input_time -1
   php_value max_input_vars 1000
   php_value memory_limit -1
   php_value post_max_size 32M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/tmp"
   php_value upload_max_filesize 16M
   php_flag zlib.output_compression On
</IfModule>
<IfModule lsapi_module>
   php_flag asp_tags Off
   php_flag display_errors Off
   php_value max_execution_time 300
   php_value max_input_time -1
   php_value max_input_vars 1000
   php_value memory_limit -1
   php_value post_max_size 32M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/tmp"
   php_value upload_max_filesize 16M
   php_flag zlib.output_compression On
</IfModule>
# END cPanel-generated php ini directives, do not edit

# php -- BEGIN cPanel-generated handler, do not edit
# Set the "alt-php83" package as the default "PHP" programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-alt-php83 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
