Hello, Is Ispconfig support catch all subdomain? (I'm not sure if this is the correct word?) What I want to do is I want to redirect user who type non-existent subdomain to a page. Example: hello.mydomain.com is created in DNS but not hi.mydomain.com. I want to redirect hi.mydomain.com to a landing page? Is it possible? Thank you
Yes. On the site page set auto subdomain to * Make a dns 'a record' with hostname * That should take you to default site page. Maybe .htaccess can help perform a redirect to a specific page if that's what you're after