You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by JunkYardMail1 <Ju...@Frontier.com> on 2020/08/02 10:43:10 UTC

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.