I've changed our website to a wordpress multisite. On my localhost everything worked like it should. But on our production site I'm having some problems.
The normal site works after the new setup (example.com) but when I create a subdomain site (en.example.com) I'm getting a 500 Internal Server Error. The domain mapping should be fine. (I've directed a wildcard to the ip of our server) The problems occures with the subdomain. So it seems so that our host directs subdomains always (I can't change anything) to a subfolder. /www/en for example.
As far as I know a wordpress multisite needs to be directed to the root of the wp installation to get it to work. Is there any way to get that working with the .htaccess file in the subfolder?