'How can i route all subdomains to www in Rails 6

I have subdomains like emr.example.com ksc.example.com but i want to redirect all subdomains to www domain in routes.rb I tried that solution but it didnt worked https://github.com/rails/rails/issues/21582 how can i fix that I'm using ruby 2.7.2 Rails 6.1



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source