domain1.com -> domain2.com ?
Open
bug
- Dominant language
- Go
- Stars
- 23
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Is it capable of redirection between different domains?
Basically, I'd need this:
```
domain1.com -> domain2.com
domain1.com/abc -> domain2.com/abc
```
That is, what the path may be, simply replace the domain1.[tld1] with domain2.[tld2] and redirect there.
And preferably this too:
```
domain1.com/kkk -> domain2.com/jjj/ppp
domain1.com/def/kooh -> domain2.com/kooh/def/gagaga/jajaja
```
If so, how?
Contributor guide
Assessment
This issue has not been assessed yet.