Re: Cake php help

2010-03-20 Thread Zaky Katalan-Ezra
http://book.cakephp.org/view/308/Installing-CakePHP cake version? OS? web server? Something... On Sat, Mar 20, 2010 at 4:49 AM, Manzoor bappy...@gmail.com wrote: I have downloaded all the version of cake php but when I hit the index.php  page that shows different page like. please can you tell

Re: Cake php help

2010-03-20 Thread nurvzy
That's the standard baked home page. What's the problem? Possible common problems: Problem: Is it not styled. Answer 1: check that .htaccess are present and that you have mod_rewrite active Answer 2: delete all .htaccess and Edit the config/core.php to uncomment the AppBase configuration

Re: Cake PHP Help

2006-11-01 Thread Chris Hartjes
On 11/1/06, Eric C Blount [EMAIL PROTECTED] wrote: Okay, one more time: Cake automagically routes requests to your controllers/views. So when your controller is notes and you have /app/views/notes/index.thtml, then going to http://localhost/notes/ will automatically run the notes controller,

Re: Cake PHP Help

2006-10-31 Thread Eric C Blount
Your URL should be http://localhost/cake/notes (I think...without actually seeing your setup). What webserver are you using? If it's not Apache, you might try http://localhost/cake/index.php/notes (right guys? correct me if I'm wrong). HTH, Eric On 10/31/06, Gayathiri Balachandran [EMAIL

RE: Cake PHP Help

2006-10-31 Thread Adrian Godong
More information about the error? From: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gayathiri Balachandran Sent: 31 Oktober 2006 13:43 To: cake-php@googlegroups.com Subject: Cake PHP Help Hello! Please help me in finding answer to this. I am new to Cake

Re: Cake PHP Help

2006-10-31 Thread Gayathiri
Hi! Thanks for your reply. I am using Apache webserver. Need to configure index.php in the app/webroot/ directory? i.e. to change - define ('ROOT', dirname (dirname (dirname (__FILE__; - define ('APP_DIR', basename (dirname (dirname (__FILE__; - define ('CAKE_CORE_INCLUDE_PATH', ROOT);