Rewrite “ewea.org/fileadmin” to “windeurope.org/fileadmin”
Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase /
RewriteCond %{HTTP_HOST} ^(www\.)?ewea\.org$ [NC]
RewriteRule ^fileadmin/(.*)$ https://windeurope.org/fileadmin/$1 [L,R=301,NC]
