Add the ability to make a redirect from a website secured by Let's Encrypt to the same website but with another language
The use case is the following:
1. There is a example.com which uses load balancer
2. There are serveral versions of the same website with different localization. example.fi, example.ru e.t.c.
3. example.com is secured with Let's encrypt.
4. Creating redirect using .htaccess
as a summary: to have this feature in one click, for example as onother hosting type.
This request has nothing to do with SSL. It is about localization websites and redirecting from one website to another in dependence of a language information, e.g. the user's preferred browser language, or geolocation. Such redirects are not the task of a web server control panel, but typical website script tasks, e.g. when a shop website identifies the country a user is from and forwards him to the correct websites servicing that country.
-- PD