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 RichBowen: http://wiki.apache.org/httpd/RewriteSSL ------------------------------------------------------------------------------ {{{ RewriteEngine On - RewriteCond %{HTTPS} !=on [NC} + RewriteCond %{HTTPS} !=on [NC] RewriteRule ^/secure(.*) https://%{SERVER_NAME}/secure$1 [R,L] }}}
