# BEGIN POWERED CACHE
<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType  text/html                       "access plus 0 seconds"
    ExpiresByType  text/richtext                   "access plus 0 seconds"
    ExpiresByType  text/plain                      "access plus 0 seconds"
    ExpiresByType  text/xsd                        "access plus 0 seconds"
    ExpiresByType  text/xsl                        "access plus 0 seconds"
    ExpiresByType  text/xml                        "access plus 0 seconds"
    ExpiresByType  application/xml                 "access plus 0 seconds"
    ExpiresByType  application/json                "access plus 0 seconds"
    ExpiresByType  text/cache-manifest             "access plus 0 seconds"
    ExpiresByType  text/css                        "access plus 1 year"
    ExpiresByType  application/javascript          "access plus 1 year"
    ExpiresByType  image/jpeg                      "access plus 6 months"
    ExpiresByType  image/gif                       "access plus 6 months"
    ExpiresByType  image/png                       "access plus 6 months"
    ExpiresByType  image/bmp                       "access plus 6 months"
    ExpiresByType  image/tiff                      "access plus 6 months"
    ExpiresByType  image/webp                      "access plus 6 months"
    ExpiresByType  image/heic                      "access plus 6 months"
    ExpiresByType  image/svg+xml                   "access plus 4 month"
    ExpiresByType  font/ttf                        "access plus 4 month"
    ExpiresByType  font/woff                       "access plus 4 month"
    ExpiresByType  font/woff2                      "access plus 4 month"
    ExpiresByType  font/otf                        "access plus 4 month"
    ExpiresByType  application/vnd.ms-fontobject   "access plus 4 month"
    ExpiresByType  image/x-icon                    "access plus 1 week"
    ExpiresByType  application/atom+xml            "access plus 1 hour"
    ExpiresByType  application/rss+xml             "access plus 1 hour"
</IfModule>
<IfModule filter_module>
  <IfModule version.c>
    <IfVersion >= 2.4>
      FilterDeclare   COMPRESS
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'application/atom+xml'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'application/javascript'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'application/json'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'application/ld+json'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'application/manifest+json'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'application/rss+xml'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'application/vnd.ms-fontobject'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'application/xhtml+xml'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'application/xml'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'font/opentype'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'image/svg+xml'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'image/x-icon'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'text/html'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'text/plain'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'text/x-component'"
      FilterProvider  COMPRESS  DEFLATE "%{CONTENT_TYPE} = 'text/xml'"
      FilterChain     COMPRESS
      FilterProtocol  COMPRESS  DEFLATE change=yes;byteranges=no
    </IfVersion>
  </IfModule>
</IfModule>
<IfModule mod_deflate.c>
  SetOutputFilter DEFLATE
  <IfModule mod_setenvif.c>
    <IfModule mod_headers.c>
      SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
      RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
    </IfModule>
  </IfModule>
  <IfModule mod_filter.c>
    AddOutputFilterByType DEFLATE application/atom+xml \
		                          application/javascript \
		                          application/json \
		                          application/ld+json \
		                          application/manifest+json \
		                          application/rss+xml \
		                          application/vnd.ms-fontobject \
		                          application/x-font-ttf \
		                          application/xhtml+xml \
		                          application/xml \
		                          font/opentype \
		                          image/svg+xml \
		                          image/x-icon \
		                          text/html \
		                          text/plain \
		                          text/css \
		                          text/x-component \
		                          text/xml
  </IfModule>
  <IfModule mod_headers.c>
    Header append Vary: Accept-Encoding
  </IfModule>
</IfModule>

<IfModule mod_headers.c>
Header unset ETag
</IfModule>
FileETag None

<FilesMatch "\.(html|htm|html\.gz|rtf|rtx|txt|xsd|xsl|xml)$">
  <IfModule mod_headers.c>
    Header set X-Powered-By "Powered Cache"
    Header unset Pragma
    Header append Cache-Control "public"
  </IfModule>
</FilesMatch>
# END POWERED CACHE
# BEGIN WordPress
# Las directivas (líneas) entre «BEGIN WordPress» y «END WordPress» son
# generadas dinámicamente y solo deberían ser modificadas mediante filtros de WordPress.
# Cualquier cambio en las directivas que hay entre esos marcadores serán sobrescritas.
<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

# 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 php8_module>
   php_flag display_errors Off
   php_value max_execution_time 600
   php_value max_input_time 6000
   php_value max_input_vars 10000
   php_value memory_limit 768M
   php_value post_max_size 20M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php81"
   php_value upload_max_filesize 18M
   php_flag zlib.output_compression On
</IfModule>
<IfModule lsapi_module>
   php_flag display_errors Off
   php_value max_execution_time 600
   php_value max_input_time 6000
   php_value max_input_vars 10000
   php_value memory_limit 768M
   php_value post_max_size 20M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php81"
   php_value upload_max_filesize 18M
   php_flag zlib.output_compression On
</IfModule>
# END cPanel-generated php ini directives, do not edit

# php -- BEGIN cPanel-generated handler, do not edit
# Configure el paquete “ea-php81” como el lenguaje de programación predeterminado “PHP”.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
