I am trying without success to do the following rewrite.
No matter what URL is entered or the sub-domain, it should always be "processed" by index.php
.
Lets say I go to example.domain.com
The URL will reamin the same but the content is the one from index.php
It shouldn't matter if the URL or the subdomain actually exist.
The same for any example:
other.domain.com/something
Should remain the same fro the user, but index.php
what is what should be showed.