Hi,

If your https host is not accessible directly, then do you have a
virtualhost seted up listening on 443?

Gabriel


                                                                           
             "Lalit Kapoor"                                                
             <[EMAIL PROTECTED]                                             
             com>                                                       To 
                                       users@httpd.apache.org              
             20/06/2007 03:56                                           cc 
             PM                                                            
                                                                   Subject 
                                       [EMAIL PROTECTED] ReWrite Rule help     
             Please respond to         required                            
             [EMAIL PROTECTED]                                             
                   e.org                                                   
                                                                           
                                                                           
                                                                           
                                                                           




Hi,

We have written Rewrite Rule to direct HTTP traffic to HTTPS page.

It works as : http://sitename.com -----------> https://sitename.com + CA
siteminder login --------->http://sitename.com ( after authentication )

Here is the rule:

# URL rewrite to redirect access to /entrycheck/login.html from HTTP to
HTTPS.
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} ^/entrycheck/login(.*)$
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]


But when i am trying to directly access the " https://sitename.com";  it
says " requested page not found on port 443 "
This is what my requirement is:

https://sitename.com -----------> https://sitename.com + CA siteminder
login --------->http://sitename.com ( after authentication )

Please suggest what change/addition are required in above said rewrite rule
to achieve this.

Thanks,
Lalit

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to