Hi, I've been Googling around for .htaccess redirection information, but nothing I find is quite what I'm looking for.
Basically, I want a solution that will take a site example.com and allow you to enter URL's like:
123.example.com ksdfkjds.example.com dsf38jif348.example.com
and this would redirect them to:
example.com/123 example.com/ksdfkjds example.com/dsf38jif348
So basically accept any subdomain and automatically redirect to a folder on the root of the domain with the name of that subdomain. Thanks for your help!