If htdocs is your root, then create a folder called app1 and app2
within htdocs. Then path each one to those folders.
<VirtualHost *>
ServerName localhost
DocumentRoot "D:/Apache/Apache/htdocs/app1"
</VirtualHost>
<VirtualHost *>
ServerName lh2
DocumentRoot "D:/Apache/Apache/htdocs/app2"
</VirtualHost>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---