routing question: how to pass by a specific directory

2007-05-08 Thread jyrgen

hi,
i have my cake app installed in the webroot dir of a server.
how can configure cake's routing (or the mod_rewrite rules
in the .htaccess files) so that a certain directory, also lying
in root, and therefore in cake's scope, can be accessed ?
i'm asking this because i want to install another app, besides
the cake app, but as soon as i try to access that second app,
i get missing controller errors, auth problems and such.
thanks, jyrgen


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



Re: routing question: how to pass by a specific directory

2007-05-08 Thread [EMAIL PROTECTED]

Did you put the other app in the cake root, or in the webroot
folder? If you put it in webroot, then you should be able to access it
normally, without any config changes.

so if you have this structure:
cake/app/webroot/my_other_app
then your app is accessible via:
www.example.com/my_other_app/



On May 8, 11:01 am, jyrgen [EMAIL PROTECTED] wrote:
 hi,
 i have my cake app installed in the webroot dir of a server.
 how can configure cake's routing (or the mod_rewrite rules
 in the .htaccess files) so that a certain directory, also lying
 in root, and therefore in cake's scope, can be accessed ?
 i'm asking this because i want to install another app, besides
 the cake app, but as soon as i try to access that second app,
 i get missing controller errors, auth problems and such.
 thanks, jyrgen


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