Skip to content

Commit

Permalink
Added RewriteBase directive template in .htaccess file into pub/media…
Browse files Browse the repository at this point in the history
… folder
  • Loading branch information
ccasciotti committed Feb 7, 2019
1 parent e592fca commit 3803660
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 3803660

Please sign in to comment.