all rewrite rule for all views, not just bootstrap

This commit is contained in:
Uwe Steinmann 2020-08-27 07:53:22 +02:00
parent d4db6a2ba0
commit 983c90ee23

View File

@ -14,7 +14,7 @@ RewriteRule "^doc/.*$" "" [F]
# Anything below the following dirs will never be rewritten
RewriteRule "^pdfviewer/.*$" "-" [L]
RewriteRule "^views/bootstrap/images.*$" "-" [L]
RewriteRule "^views/.*/images.*$" "-" [L]
RewriteRule "^out/images.*$" "-" [L]
RewriteRule "^styles/.*$" "-" [L]