Recent Topics

1 Mar 23, 2006 22:07    

I have just installed b2evolution on Fedora Core 5. everytime i click on a link in the admin screen it returns to the login screen. any info would be appreciated.

3 Mar 24, 2006 16:01

i check it and it had the correct base url alrady in there
$baseurl = 'http://intranet/blogs';

4 Mar 25, 2006 23:34

This is a cookie problem and you seem to be using version 0.9, are you?

Search for the line that sets $cookie_domain in /conf/_advanced.php and replace it with the following:


$cookie_domain = ( strpos($basehost, '.') ) ? '.'. $basehost : '';

The problem is that with hosts that have no dot in it (like "intranet") cookies won't get accepted, if prefixed with a dot. In 0.9.x the check there is (currently) just for "localhost".


Form is loading...