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 of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
