On Mon, Apr 26, 2010 at 10:25 PM, hoss7 <[email protected]> wrote: > but when i use some controll name in url"http://localhost/hh/home" > i dont see this error. > i want when i upload all source in my host,whene user come to my > website see > some default page like home page when user come to my website like > www.example.com
If http://localhost/hh/home works, then you have home action on hh controller. If you want http://localhost/hh/ works then you need index action defined. Also, make sure you have correct path to the core path on app/webroot/index.php, your .htaccess and probably your app/config/routes.php -- regards, gedex blog: http://gedex.web.id Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
