On Sat, Feb 24, 2018 at 5:29 PM, @lbutlr wrote:
> The syntax for redirect treats
>
> Redirect / http://www.example.com
>
> as a request to redirect, for example, index.html as
> "http://www.example.com.index.html";
I tried three different maintenance levels and they all produced
"Location: http:
No, it would produce http://www.example.comindex.html
The directive allows for optional trailing slashes for flexibility, i.e.
Redirect /foo http://www.example.com/bar
On Sat, Feb 24, 2018 at 5:29 PM, @lbutlr wrote:
> The syntax for redirect treats
>
> Redirect / http://www.example.com
>
> as a
The syntax for redirect treats
Redirect / http://www.example.com
as a request to redirect, for example, index.html as
"http://www.example.com.index.html";
Since I can't think of any reason that this could possibly be desired, it seems
the parser should understand that when only a FQDN is spec