try the simplest thing first:
<VirtualHost *>
ServerName localhost
DocumentRoot "C:\YOUR_PATH\www\cakephp\app"
</VirtualHost>
make sure your cake folder is in the same level of your app folder:
C:\YOUR_PATH\www\cakephp\
+-- app
+-- cake
Follow the docs, it is quite simple if you try the simplest first.
http://manual.cakephp.org/chapter/installing
[]s
Felipe
Felipe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---