We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1405794 commit 80b4367Copy full SHA for 80b4367
dispatcher/src/conf.d/rewrites/rewrite.rules
@@ -28,5 +28,5 @@ RewriteCond %{REQUEST_URI} !^/saml_login
28
RewriteCond %{REQUEST_URI} !^/system
29
RewriteCond %{REQUEST_URI} !^/tmp
30
RewriteCond %{REQUEST_URI} !^/var
31
-RewriteCond %{REQUEST_URI} (.html|.jpe?g|.png|.svg)$
+RewriteCond %{REQUEST_URI} (.html|.jpe?g|.png|.svg|.xml)$
32
RewriteRule ^/(.*)$ /content/${CONTENT_FOLDER_NAME}/$1 [PT,L]
0 commit comments