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.


Reply via email to