after changing the security level to 'low' it worked.


2010/4/11 Johannes Goll <[email protected]>:
> I have redefined FULL_BASE_URL
>
>  define('FULL_BASE_URL', 'www.company.com');
>
> in the cake paths.php file
>
> http://api11.cakephp.org/paths_8php-source.html
>
> The urls are now all pointing to www.company.com/app, but still there
> is a problem with logging in the application (uses the authsome
> authentification component).
>
> After some debugging, I think that something with the session handling
> does not work properly . The site is being load balanced as well, so I
> switched to database based session handling (sessions are being logged
> in the session table).
>
> Still, I am not able to login.
>
> $this->Session->setFlash() is executed but no message is shown after
> the redirect?
>
> Any suggestions?
>
> Johannes
>
> 2010/4/7 Johannes Goll <[email protected]>:
>> Hi All,
>>
>> we are building cake website that is externally accessible
>> at http://www.company.com/cakeapp
>> with mod rewrite enabled.
>>
>> Internally, that website gets translated to
>> http://cakeapp.company.com/cakeapp
>>
>> Everything works when accessing the page from
>> within the firewall but when accessing the page
>> from the outside only the index page
>> shows up - no links/controller actions work
>> as all of them use the internal url
>> http://cakeapp.company.com/cakeapp
>> as the base url which is not accessable
>> from the outside.
>>
>> How can one configure cake, to always use
>> a specific URL, here
>> http://www.company.com/cakeapp as the
>> web root?
>>
>> Any suggestions are highly appreciated.
>> Thank you.
>>
>> Johannes
>>
>
>
>
> --
> Johannes Goll
> 211 Curry Ford Lane
> Gaithersburg, Maryland 20878
>



-- 
Johannes Goll
211 Curry Ford Lane
Gaithersburg, Maryland 20878

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