Hmmm, I think maybe your question is a bit fuzzy... Are you saying
that you have a non-cake app that you want to run on the same domain
as your cake install?

If so, you should be able to place your app in the webroot folder and
use it normally.

So this:
\webroot\anotherApp\hello.php

Should be accessible here:
http://cake/anotherApp/hello.php


On Mar 13, 10:48 pm, "guigouz" <[EMAIL PROTECTED]> wrote:
> Hello
>  We currently use mod_rewrite to map urls to their correct path on the
> webserver as mentioned on the apache manual, for instance
>
> RewriteRule ^(.+) ${lowercase:%{SERVER_NAME}}$1 [C]
> RewriteRule ^www\.([a-z-]+)\.isp\.com/(.*) /home/$1/$2
>
> Would redirectwww.something.isp.comto /home/something/
> url_people_asked_for
>
> Ok
>
> I'm having a problem with cake's bundled rules (running everything
> on /, no separate docroot for app), for examplewww.something.isp.com/myapp
>
> gets a path
>
> /home/something/app/home/something/myapp
>
> Anyone ever experienced such problems ?
>
> Thanks a lot


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to