Skip to content

Commit

Permalink
ENGCOM-4537: [Backport] Added RewriteBase directive template in .htac…
Browse files Browse the repository at this point in the history
…cess file into pub/media folder #21037
  • Loading branch information
sidolov authored Mar 21, 2019
2 parents ae34e60 + 48291cf commit 5bca968
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pub/media/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bca968

Please sign in to comment.