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.
2 parents 6362c4b + 932fcb9 commit 5f6a980Copy full SHA for 5f6a980
pub/static/.htaccess
@@ -22,6 +22,11 @@ Options -MultiViews
22
RewriteCond %{REQUEST_FILENAME} !-l
23
24
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>
30
</IfModule>
31
32
############################################
0 commit comments