What I am trying to do is be able to point something like username.domain.com to index.php?url=username. I have been browsing around Google/StackOveflow and have not been able to find anything that will benefit me.
Best Regards.
|
What I am trying to do is be able to point something like Best Regards. |
|||
|
|
|
Add these rules to the htaccess file in your document root:
The first condition makes sure the requested host isn't www.domain.com or domain.com, the next line matches and groups the subdomain name, and the rule itself rewrites everything to |
|||||||||||
|