I have two sites with the same domain name, but with a different extension.
I want to redirect to mysite.com
when accessing mysite.com.br
Example, if the user types mysite.com/article/1
redirect to mysite.com.br/article/1
At WF, I had to create two applications, and mysite.com had a .htaccess
for this purpose.
At Opalstack, will the process be the same?