From 3b20c8eedecbc6900ae1f83a28b0e3c3fe99a879 Mon Sep 17 00:00:00 2001 From: Cristiano Casciotti Date: Thu, 15 Feb 2018 14:12:51 +0100 Subject: [PATCH] Added RewriteBase directive in .htaccess file into pub/static folder --- pub/static/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pub/static/.htaccess b/pub/static/.htaccess index 56ceaf0570999..8a3c7c976f004 100644 --- a/pub/static/.htaccess +++ b/pub/static/.htaccess @@ -12,6 +12,9 @@ Options -MultiViews RewriteEngine On + ## you can put here your pub/static folder path relative to web root + #RewriteBase /magento/pub/static/ + # Remove signature of the static files that is used to overcome the browser cache RewriteRule ^version.+?/(.+)$ $1 [L]