Skip to content

Commit 39ba5e1

Browse files
committed
Adding example RewriteBase to static/.htaccess for Apache users
1 parent 2db9e0f commit 39ba5e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pub/static/.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Options -MultiViews
1111

1212
<IfModule mod_rewrite.c>
1313
RewriteEngine On
14+
#RewriteBase /magento/static/
1415

1516
# Remove signature of the static files that is used to overcome the browser cache
1617
RewriteRule ^version.+?/(.+)$ $1 [L]

0 commit comments

Comments
 (0)