We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c166940 commit b314608Copy full SHA for b314608
pub/static/.htaccess
@@ -12,6 +12,9 @@ Options -MultiViews
12
<IfModule mod_rewrite.c>
13
RewriteEngine On
14
15
+ ## you can put here your pub/static folder path relative to web root
16
+ #RewriteBase /magento/pub/static/
17
+
18
# Remove signature of the static files that is used to overcome the browser cache
19
RewriteRule ^version.+?/(.+)$ $1 [L]
20
0 commit comments