i have read the tutorial here:

http://groups.google.com/group/cake-php/tree/browse_frm/thread/94625f2803546def/31a623769c72ab66?rnum=1&_done=%2Fgroup%2Fcake-php%2Fbrowse_frm%2Fthread%2F94625f2803546def%2F3396b4b08ffb98ee%3F#doc_31a623769c72ab66

and I must say I'm still quite a bit perplexed on how to make it work.

I want to use cakephp alongside other non cakephp apps, so obviously, I
have to put it in a directory structure like this:

/webroot/
  - /cake
  - /phpmyadmin
  - /misc-non-cake-app

but then, I realized I also want to start building my subsequent apps
using cake so the structure will look like this:

/webroot/
  - /cake
    - /apps
      - /app1
      - /app2
  - /phpmyadmin
  - /misc-non-cake-app

Yes I have readt hat but I really can't understand it much....I mean I
tried pasting the

<VirtualHost REPLACE_WITH_IP#>
DocumentRoot "/path/to/.0.10.0.1076/app3/webroot"
ServerName app3.example.com <http://app3.example.com>
</VirtualHost>

code in my httpd, but it doesnt run. I changed REPLACE_WITH_IP# to
localhost since that's what I am using, and then the documentroot
thing, i just copied the documentroot stated in the documentroot part
of the thing

as for server name i also used app1.example.com
<http://app1.example.com>

but like i said, apache gets an error every time it starts. can anyone
help me on this one? like explain it in more easier terms? thanks a
lot!

also when using that kind of configuration, what address should i put
in the address bar to work(noob question)?
http://app1.example.com?(just clearing thigns up)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to