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 pctony:
http://wiki.apache.org/httpd/Recipes/RedirectSSL

The comment on the change is:
removed link to askapache, and reworded title

------------------------------------------------------------------------------
  
  
  = Redirect To SSL with .htaccess =
- '''following htaccess methods are from: 
[http://www.askapache.com/2006/htaccess/apache-ssl-in-htaccess-examples.html 
askApache.com]'''
+ 
  {{{
  # If server does not have mod_ssl or mod_rewrite deny access
  [IfModule !mod_rewrite.c]
@@ -58, +58 @@

  
  
  
- === Most Secure SSL Forcing Method '''(doesn't require mod_rewrite!)''' ===
+ === Forcing SSL '''(doesn't require mod_rewrite!)''' ===
  
  This will check to make sure that the connection is using SSL, or it will 
fail. This works regardless of if you are serving SSL on port 443, 80, 81, etc. 
This is the most secure setting for SSL logins.
  

Reply via email to