HTTPS to HTTP redirection using Apache rewrite rule not working in JBoss EWS 1.0.2
Issue
HTTPStoHTTPredirection doesn't work for any of the rules
# HTTPS -> HTTP redirect
RewriteCond %{HTTPS} =on
RewriteCond %{HTTP_COOKIE} !^.*hashtagurl.*$ [NC]
RewriteRule (.*)/landing/home.shtml(.*) http://%{HTTP_HOST}%{REQUEST_URI} [NC,L]
Environment
- JBoss Enterprise Webservers (EWS) 1.0.2
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.