My new project will have dynamic sub-domain names for example: aa.mysite.com ; ac.mysite.com and etc
How can I use a file located in mysite.com/subdomains/index.php as default index.php on any requested subdomain *.mysite.com ?
Please mind - I dont want to redirect, just to load the mentioned index.php file
Please help, Thank you in advance