WebsiteBaker 2.13.9 R25 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
RewriteEngine On# Rules only for main domain, not for subdomainsRewriteCond %{HTTP_HOST} ^(www\.)?example\.de$ [NC]RewriteRule ^ irgendwas [L]
RewriteEngine On# Subdomain-Verzeichnis von den Regeln der Hauptdomain ausschließenRewriteRule ^neu\.apartment-am-bischofsberg\.de(/|$) - [END]