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/RedirectSSL

The comment on the change is:
Minor clean up

------------------------------------------------------------------------------
  # etc...
  </VirtualHost>
  }}}
- '''Note:''' redirect can also be used inside directory and .htaccess files
+ '''Note:''' redirect can also be used inside location, directory and 
.htaccess files
+ 
+ Example:
+ {{{
+ <Location /login>
+    Redirect permanent / https://mysite.example.com/login
+ </Location>
+ }}}
  
  === Using mod_rewrite ===
+ This isn't the recommended behavior but if you want to use mod_rewrite there 
is a separate page located here: ["RewriteHTTPToHTTPS"]
- There is a separate page for this located here:
- ["RewriteHTTPToHTTPS"]
   
  ----
  

Reply via email to