Re: Hi I need help

2008-04-26 Thread KND
Thanks for ur reply.. Now its working On Apr 16, 10:30 pm, TechSteve [EMAIL PROTECTED] wrote: if you just have a single cakephp application and you want the urls likehttp://127.0.0.1/users/login, you should set the document root of your web server as .../app/webroot. if your

Hi I need help

2008-04-16 Thread KND
Hi all, CakePHP is a new tool for me, I never worked on any framework before..! To learn about CakePHP I already read http://manual.cakephp.org pages and copy the code sample from that manual. I installed cake in /var/www/html directory. In my Apache server webroot is /var/www/html. Now my

Re: Hi I need help

2008-04-16 Thread dr. Hannibal Lecter
Well, if I understood this correctly, Cake is deployed in your root folder, so if you go to http://127.0.0.1/users/login that should be about right..? Your controller name is wrong, UsersControllers should be UsersController, I'm assuming that's a typo. On Apr 16, 10:48 am, KND [EMAIL

Re: Hi I need help

2008-04-16 Thread KND
Hi, Thanks for ur reply... But i try to do that also not working ... On Apr 16, 3:44 pm, dr. Hannibal Lecter [EMAIL PROTECTED] wrote: Well, if I understood this correctly, Cake is deployed in your root folder, so if you go tohttp://127.0.0.1/users/loginthat should be about

Re: Hi I need help

2008-04-16 Thread KND
Hi If i try to http://127.0.0.1/users/login the following error msg will be displayed Not Found The requested URL /cake/users was not found on this server. Apache/2.0.59 (Win32) PHP/5.1.6 Server at localhost Port 80 On Apr 16, 3:44 pm, dr. Hannibal Lecter [EMAIL PROTECTED] wrote:

Re: Hi I need help

2008-04-16 Thread Tapos Pal
The url should be this http://127.0.0.1/cake/users/login On Wed, Apr 16, 2008 at 4:54 PM, KND [EMAIL PROTECTED] wrote: Hi If i try to http://127.0.0.1/users/login the following error msg will be displayed Not Found The requested URL /cake/users was not found on this server.

Re: Hi I need help

2008-04-16 Thread TechSteve
if you just have a single cakephp application and you want the urls like http://127.0.0.1/users/login, you should set the document root of your web server as .../app/webroot. if your application is still in dev stage and you don't care the leading part of the urls, you have make sure you give the