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 3707da5 commit dfffe34Copy full SHA for dfffe34
pub/static/.htaccess
@@ -22,6 +22,7 @@ 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]
0 commit comments