I want to do the following, if possible, with htaccess.
The webpage works this way, you get the index file via domain.de/de/start
and the english version via domain.de/en/start
.
If a user visits domain.com I would like him to end up at domain.de/en/
instead of domain.de/de/
so I need to rewrite all requests to domain.com but NOT requests with domain.com/xx/something
to domain.de/en/
Thanks.