hi, is it possible to make a catch all non-existing subdomains redirect to http://example.com or http://example.com/search/oldsubdomains.html something like http://oldsubdomains.example.com to http://example.com/search/oldsubdomains.html thanks in advance.
Hello, Yes, but you need access to your DNS configuration (to make a Wildcarded DNS Record) and then access to the httpd.conf file to create a wildcarded alias. To you have access to both of these? Jay
If you add in ServerAlias *.domain.com into the virtualhost it'll put all the domains to the site then you just need to add in a htaccess rewrite rule that will point any requests that aren't to your main domain to that page using a 301 redirect.