hey,

i have this problem:

I check if if the request comes from a proxy, if it's so i add the
Services to the app base, because the proxy is www.xyz.com/services/ourservice

if (isset($_SERVER['HTTP__ID'])) {
        Configure::write('App.base', '/Services/');
}

everything works smoothly, except when a controller calls a redirect
function! in this case i get an error message that the Services
Controller was not found and i should create it.

Any idead how to fix this problem? i'm really stuck here!

Thanks for your help & time.
Greetings
Mike

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to