Hi!
> Hello,
>
>
>
> I’m trying to determine how to redirect from an incoming domain
> (alias.com) to another domain (domain.com), yet retain the original
> incoming domain (alias.com) in the user’s browser URL address bar. I
> believe I need to use “http-request replace-header”, but not sure how
> to format the whole command, especially with regex settings. Has
> anyone done this before and how would I format the command?
I would guess:
http-request replace-header Host alias\.com domain.com
Lukas