I have searched a lot for this, and tried a lot of things I found on the web, but noting has worked for me.
How I can make, when the user visit this page:
http://subdomain.domain.com/
It shows him this page (not redirect):
http://www.domain.com/?x=subdomain
And when the user visit this page:
http://subdomain.domain.com/number/
It shows him this page (not redirect):
http://www.domain.com/?x=subdomain&y=number
And when the user visit this page:
http://subdomain.domain.com/string/number/
It shows him this page (not redirect):
http://www.domain.com/?x=subdomain&z=string&y=number
Also, subdomain value change and number value change
More info: Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Please explain the code if you can...
Thank you :)