Forum Moderators: phranque
Q. I want to create subdomain, which should be change dynamiclly.
I have a link
www.example.com/vishw/index.php?subgrp=1&state=Alabama
i want to change above link as like:-
www.Alabama.example.com/vishw/
please any one help me that how is it possible.
please give me solution in detail and step-vise.
thanks & regards
Vikas
[edited by: jdMorgan at 12:19 pm (utc) on Oct. 11, 2007]
[edit reason] example.com [/edit]
Then add mod_rewrite code on your server to recognize the new URL format requests, and translate them back into the form needed to invoke the script on your server.
More details here [webmasterworld.com].
Jim