Hello dear people,
I had this topic here a long time ago, but unfortunately it was not really resolved.
I want a 301 if ...
* NOT mail.mydomain.de
- OR
* IS
any other.mydomain.de
The fact that it does not redirect at "mail.mydomain.de" seems to work (HOST not equal to "mail"). But what is missing here is "is equal", so that I could write "HOST is equal to www". That would actually be the end of the matter. But that's simply missing.
* Question: How can I redirect a request from "
www.mydomain.de" to "mydomain.de" by other means?
Another topic in this context:
I'm currently trying to get the latest Joomla version up and running, including rewriting the URLs to readable URLs. In addition, Joomla provides an htaccess in which everything is regulated. But Abyss simply ignores them ...
* So the question about this is how you can make this thing work?