hello,
I have the following problem and would need some help.
I'm trying to pass the following address to https.
UR1.- (http://medusa2:90/servlet/ContentServer?pagename=OpenMarket/Xcelerate/UIFramework/LoginPage&inifile=futuretense.ini
ULR2.- (http://medusa2/servlet/ContentServer?pagename=OpenMarket/Xcelerate/UIFramework/LoginPage&inifile=futuretense.ini)
My problem is that redirects both redirected me to the same place.
In the httpd.conf file set up these rules in the 2 VirtualHost
configuration within VirtualHost *:80
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) [
%{HTTP_HOST}...] [L,R]
and configuration within VirtualHost *:90
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) [
%{HTTP_HOST}...] [L,R]
Can someone help me? If necessary, I can put the settings I have available in httpd.conf/ssl.conf