demiglace.czhttp://demiglace.cz/
Array
(
    [devel] => 1
    [debug] => 1
    [debugmin] => 1
    [debugmax] => 1
    [web] => web01
    [base_path] => /www/hosting/demiglace.cz/www
    [config_path] => /www/hosting/demiglace.cz/www/cfg
    [app_path] => /www/hosting/demiglace.cz/www/app
    [projecturl] => https://demiglace.cz
    [rewritebase] => /
    [data_path] => /www/hosting/demiglace.cz/www/data
    [themes_path] => /www/hosting/demiglace.cz/www/thm
    [language] => cs-CZ
    [build] => 0
    [theme_path] => /www/hosting/demiglace.cz/www/thm/theme-basic
    [theme_url] => https://demiglace.cz/thm/theme-basic
    [htaccess] => 
# non-WWW to WWW and HTTPS
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# Routing
RewriteEngine On
RewriteBase /
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^.*$ ./index.php

# Remove last slash from URL address
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [R=301,L]

# Forbid acces to subfolders
RewriteEngine On
RewriteCond %{THE_REQUEST} /(app|data|thm)/.+ [NC]
RewriteRule ^ - [R=403,L]

# Forbid acces to config.json
<Files "config.json">  
  Require all denied
</Files>

# Add .webp to images type
AddType "text/html; charset=UTF-8" html    
AddType image/webp .webp

# Leverage browser caching
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType image/svg "access 1 year"
ExpiresByType image/webp "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType application/javascript "access 1 month"
ExpiresByType application/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
</IfModule>
    [htaccessstatus] => Array
        (
            [created] => 0
            [changed] => 0
        )

    [url] => Array
        (
            [requested] => 
            [paged] => 0
            [parts] => Array
                (
                    [0] => 
                )

        )

)
Enviroment: LIVE
Build: OFF
Render time: 0.00084 sec