Skip to content

Commit

Permalink
Added RewriteBase directive in .htaccess file into pub/static folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ccasciotti committed Feb 15, 2018
1 parent b1ac6c3 commit 19e84b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pub/static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Options -MultiViews
<IfModule mod_rewrite.c>
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]

Expand Down

0 comments on commit 19e84b3

Please sign in to comment.