Hey Narendra I guess you are very new to CakePHP? .ctp extensions are never shown to the end user, they are only used by CakePHP internally.
I guess you should take a look at the CakePHP book first... http://book.cakephp.org/view/1078/Views Have fun! On Thu, Jan 27, 2011 at 10:32 AM, Narendra Padala <[email protected]> wrote: > Hi...Flocks > > > Problem: > I have the following URLs for my website: > > www.example.com/services.ctp > > However, i would like to hide file extensions from the end users, and > allow them to access to the files using the following URLs: > > www.example.com/services > > > Can u please explain me, how can i do this. > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group at > http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
