Mailing List Archive

Redirect Directive Retain Protocol Schema - Enhancement Request
Currently the redirect protocol schema (http/https) has to be specified.
Redirect "/URI-PATH" "http://NewDomain.com"

Propose to retain protocol schema (http/https) of current request.
Redirect "/URI-PATH" "//NewDomain.com"

This is similar to how href works.