URL Rewrite create subdomain in cakephp
I am using Cakephp framework 2.2.2. I want to create a personalized URL for the user. For example, if a user enters username=pragnesh , then they can access my site like: http://pragnesh.mylocalhost.com , same as in blinksale.com My URL: http://mylocalhost.com/test/users/front_home I want to access it at: http://test.mylocalhost.com/users/front_home My URL: http://mylocalhost.com/test/setting/pages can be accessed at: http://test.mylocalhost.com/setting/pages any URL: http://mylocalhost.com/test/xxxxx/xxxxx can be accessed at : http://test.mylocalhost.com/xxxxx/xxxxx OR URL: http://mylocalhost