My site structure is below;
index.php
blog/index.php
careers/index.php
wwww.mydomain.com === index.php
How can I get my subdomain to redirect to my sub folders;
blog.mydomain.com == blog/index.php
careers.mydomain.com == careers/index.php
Thanks