Server Variables
    SERVER_SOFTWARE = LiteSpeed
    DOCUMENT_ROOT = /home/navarconsultores/public_html
    X-LSCACHE = 1

LSCache Plugin Options
    version = 1.0.14.1
    enabled = 1
    radio_select = 1
    purge_upgrade = 1
    cache_commenters = 1
    cache_login = 1
    cache_favicon = 1
    cache_resources = 1
    mobileview_enabled = 
    mobileview_rules = 
    login_cookie = 
    tag_prefix = 
    check_advancedcache = 1
    debug = 0
    admin_ips = 127.0.0.1
    test_ips = 
    public_ttl = 28800
    front_page_ttl = 1800
    feed_ttl = 0
    404_ttl = 3600
    nocache_vars = 
    nocache_path = 
    purge_by_post = A.F.H.M.PT.T
    excludes_uri = 
    excludes_cat = 
    excludes_tag = 
    nocache_cookies = 
    nocache_useragents = 
    403_ttl = 3600
    500_ttl = 3600

Wordpress Specific Extras
    wordpress version = 4.7.2
    locale = es_CL
    active theme = jupiter
    active plugins = Array
(
    [0] => cf7-customizer/cf7-customizer.php
    [1] => contact-form-7/wp-contact-form-7.php
    [2] => duplicate-post/duplicate-post.php
    [3] => easing-slider/easing-slider.php
    [4] => envato-wordpress-toolkit-master/index.php
    [5] => js_composer_theme/js_composer.php
    [6] => litespeed-cache/litespeed-cache.php
    [7] => wordpress-seo/wp-seo.php
)


/home/navarconsultores/public_html/.htaccess contents:
<IfModule LiteSpeed>
###LSCACHE START PLUGIN - Do not edit the contents of this block!###
RewriteEngine on
CacheLookup public on
###LSCACHE START RESOURCE###
RewriteRule wp-content/.*/[^/]*(loader|fonts|\.css|\.js)\.php - [E=cache-control:max-age=3600]
###LSCACHE END RESOURCE###
###LSCACHE START FAVICON###
RewriteRule favicon\.ico$ - [E=cache-control:max-age=86400]
###LSCACHE END FAVICON###
###LSCACHE END PLUGIN - Do not edit the contents of this block!###
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

