I have one problem: I want to set up PHP and htaccess to make dynamic subdomains. And I can not figure out how. Currently my URL looks like this:
www.exemple.com/index.php?subdomain=mike&component=content&id=26&title=people-love-apps
I need it to look like this:
www.mike.exemple.com/content/26/people-love-apps.html
I know it can be done but I do not know a solution how to do it. Is very important to me with $ _GET [] functions to read parameter in the URL.
The problem is that users on my site make their web site and get a free domain (sub-domain) automatically. This should be automatic.
Thanks!