From 2d4e11fcf87775084919d8fb66e8aa20824018f4 Mon Sep 17 00:00:00 2001 From: Cristiano Casciotti Date: Thu, 7 Feb 2019 11:37:13 +0100 Subject: [PATCH] Added RewriteBase directive template in .htaccess file into pub/media folder --- pub/media/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pub/media/.htaccess b/pub/media/.htaccess index 28e65b490fbb8..d8793a891430a 100644 --- a/pub/media/.htaccess +++ b/pub/media/.htaccess @@ -23,6 +23,9 @@ SetHandler default-handler Options +FollowSymLinks RewriteEngine on + ## you can put here your pub/media folder path relative to web root + #RewriteBase /magento/pub/media/ + ############################################ ## never rewrite for existing files RewriteCond %{REQUEST_FILENAME} !-f