Hello, > What should I do?
If you really want to have your CakePHP app at http://localhost/, adjust the Apache DocumentRoot to c:/wamp/www/cake_1.2.5/app/webroot/ (restart Apache afterwards). The better way, however, is to create a virtualhost for each of your cakeapp, for example http://app1.localhost/. This way you can test cookies more effectively. There must be a lot of links how to create vhosts on Windows. P.S. You have to create phpinfo.php manually and in the Apache section you can check if the mod_rewrite module is enabled and running. Regards, Piotr 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
