Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The following page has been changed by sjorge:
http://wiki.apache.org/httpd/ScratchPad/RedirectSSL

------------------------------------------------------------------------------
  </Location>
  }}}
  
- '''Note:''' This snippet can also be used inside a directory or vhost 
container. If the SSL port is 443 (the default), you don't need it (or the 
colon) in the RewriteRule, as all browsers which support SSL will automatically 
use port 443; this example redirects to an SSL server on port 8443.
+ '''Note:''' This snippet can also be used inside a directory or vhost 
container. If the SSL port is something other than 443 (the default), you can  
add a : + the port number behind %{HTTP_HOST} in the RewriteRule.
  
  Make sure you have loaded 
[http://httpd.apache.org/docs/trunk/mod/mod_rewrite.html mod_rewrite] and have 
it enabled.
  

Reply via email to