|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
I have configuired Apache 1.3.12 to use openSSL and it works fine.
I would like to redirect http://host/ssl/somepage.html to https://host/ssl/somepage.html but can not seem to do so. I have configured httpd.conf to require ssl for any request for the /ssl directory, but all that I can do for a non https request is direct it to a generic error page. I want to redirect to the same page they requested but this time over https. Any help would be greatly appreciated. |
|
#2
|
|||
|
|||
|
RedirectMatch ^/ssl/(.*)?$ https://host/ssl/$1
|
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Redirecting to SSL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|