The situation is simple. I create a wildcard subdomain in my cpanel that goes something like this: *.mysite.com.
I can load the page but I want to take the value of the wildcard as a parameter of GET so the page can actually display the relevant contents based on that GET value.
So what i want to know is if its possible to have a rewrite rule that allows me to do the following.
Get: $_GET['store']=='andystore' from the url: http://andystore.mysite.com