ReWrite Rule help required
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
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
[Index of Archives]
[Open SSH Users]
[Linux ACPI]
[Linux Kernel]
[Linux Laptop]
[Kernel Newbies]
[Security]
[Netfilter]
[Bugtraq]
[Squid]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Samba]
[Video 4 Linux]
[Device Mapper]