Redirect alias domain to main one #1585
Unanswered
danielbichuetti
asked this question in
Support Requests
Replies: 1 comment
-
You can add an Alias directly with EE via commandline:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have all alias domain redirected on browser URL to the main one. I tried something like this but address bar still on the alias domain:
rewrite ^(.)(alias1.)$ https://originaldomain/$1 permanent;
rewrite ^(.)(alias2.)$ https://originaldomain/$1 permanent;
Anybody may help ?
Beta Was this translation helpful? Give feedback.
All reactions