Hello Again,

I have a reverse proxy configured and I would like to make it so if someone
goes to https://www.mydomain.com/ that they get redirected to
/beginhere.html

I have tried using the alias and redirect directive but I have gotten no
where. The various items I have tried are:


redirect / /beginhere.html
&
alias / /beginhere.html
&
RewriteEngine On
RewriteRule ^/$ https://www.mydomain.com/beginhere.html

None of these work. Am I even able to do this kind of fine-grained
forwarding at the proxy level?

Thank you,
Mike

Reply via email to