Skip to content

Commit 5f6a980

Browse files
committed
Merge remote-tracking branch 'trigger/MAGETWO-72064' into bug_fixes_beta_bugs
2 parents 6362c4b + 932fcb9 commit 5f6a980

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pub/static/.htaccess

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Options -MultiViews
2222
RewriteCond %{REQUEST_FILENAME} !-l
2323

2424
RewriteRule .* ../static.php?resource=$0 [L]
25+
# Detects if moxieplayer request with uri params and redirects to uri without params
26+
<Files moxieplayer.swf>
27+
RewriteCond %{QUERY_STRING} !^$
28+
RewriteRule ^(.*)$ %{REQUEST_URI}? [R=301,L]
29+
</Files>
2530
</IfModule>
2631

2732
############################################

0 commit comments

Comments
 (0)