matthewselby
10/3/2017 - 9:35 PM

Nuvo-Express starter .htaccess

Nuvo-Express starter .htaccess

# 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

# BEGIN Nuvolum
php_flag display_errors off
# 1 Year Varnish Cache
Header set Cache-Control "max-age=31536000, must-revalidate" "expr=%{REQUEST_URI} !~ m#^/wp-admin#"
# END Nuvolum