Skip to content

Commit dfffe34

Browse files
MAGETWO-72064: Fix tinymce flash player issue
1 parent 3707da5 commit dfffe34

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
@@ -22,6 +22,7 @@ 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
2526
<Files moxieplayer.swf>
2627
RewriteCond %{QUERY_STRING} !^$
2728
RewriteRule ^(.*)$ %{REQUEST_URI}? [R=301,L]

0 commit comments

Comments
 (0)