Skip to content

Commit

Permalink
Rewrite sort .xml urls to full content paths
Browse files Browse the repository at this point in the history
  • Loading branch information
buuhuu committed Feb 9, 2022
1 parent 1405794 commit 80b4367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dispatcher/src/conf.d/rewrites/rewrite.rules
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ RewriteCond %{REQUEST_URI} !^/saml_login
RewriteCond %{REQUEST_URI} !^/system
RewriteCond %{REQUEST_URI} !^/tmp
RewriteCond %{REQUEST_URI} !^/var
RewriteCond %{REQUEST_URI} (.html|.jpe?g|.png|.svg)$
RewriteCond %{REQUEST_URI} (.html|.jpe?g|.png|.svg|.xml)$
RewriteRule ^/(.*)$ /content/${CONTENT_FOLDER_NAME}/$1 [PT,L]

0 comments on commit 80b4367

Please sign in to comment.