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, as all highlighting cannot be used in a code block

------------------------------------------------------------------------------
     RewriteRule ^/(.*):SSL$   https://%{SERVER_NAME}/$1 [QSA,R=302,L]
     RewriteRule ^/(.*):NOSSL$ http://%{SERVER_NAME}/$1 [QSA,R=302,L]
  }}}
- This lets you use URIs in your html like:
- {{{
- http://example.com/index.html:SSL           ==>  
http'''s'''://example.com/index.html
- http'''s'''://example.com/index.html:NOSSL  ==>  http://example.com/index.html
- }}}
  

Reply via email to