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/ScratchPad/RedirectSSL The comment on the change is: Remove the port 8443, it can cause confusion ------------------------------------------------------------------------------ <Location /secure> RewriteEngine On ReWriteCond %{HTTPS} !=on - RewriteRule .* https://%{HTTP_HOST}:8443%{REQUEST_URI} [QSA,R=301,L] + RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [QSA,R=301,L] </Location> }}}
