Do not redirect to https in /ipa/ui on non-HTML files

Those resources are needed by page which has to use http(browser config) prior to acceptance of CA cert.

https://fedorahosted.org/freeipa/ticket/3748
This commit is contained in:
Petr Vobornik 2013-06-24 17:44:15 +02:00 committed by Martin Kosek
parent 77ae4da706
commit 093fa2daa0

View File

@ -1,4 +1,4 @@
# VERSION 5 - DO NOT REMOVE THIS LINE
# VERSION 6 - DO NOT REMOVE THIS LINE
RewriteEngine on
@ -15,6 +15,7 @@ RewriteRule ^/ipa/(.*) http://$FQDN/ipa/$$1 [L,R=301]
# configuration.
RewriteCond %{SERVER_PORT} !^443$$
RewriteCond %{REQUEST_URI} !^/ipa/(errors|config|crl)
RewriteCond %{REQUEST_URI} !^/ipa/[^\?]+(\.js|\.css|\.png|\.gif|\.ico|\.woff|\.svg|\.ttf|\.eot)$$
RewriteRule ^/ipa/(.*) https://$FQDN/ipa/$$1 [L,R=301,NC]
# Rewrite for plugin index, make it like it's a static file