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 footnotes, and comments at end of the page ------------------------------------------------------------------------------ === Redirecting to SSL or non-SSL using relative URIs === - [[FootNote(Based on article at http://httpd.apache.org/docs/trunk/ssl/ssl_faq.html#aboutconfig)]]{{{ + {{{ RewriteRule ^/(.*):SSL$ https://%{SERVER_NAME}/$1 [QSA,R=302,L] RewriteRule ^/(.*):NOSSL$ http://%{SERVER_NAME}/$1 [QSA,R=302,L] }}}
