i am working on a cakephp 2.x .. my webapp url is like this "http://www.myweb.com/" .. so after then i am redirected a user to a gettingstarted page after login .. "http://www.myweb.com/users/gettingstarted"..... what i want is i want a url like this ..
http://www.myweb.com/gettingstarted...
so in order to do this i cant make a controller name gettingstarted because in cakephp u cant create a controller if you dont have a similar table name in your db.. hope you get this ..may be it is possible .. but dont know how can i accomplish this ..