1 sachin Oct 28, 2008 07:34
3 sam2kb Oct 29, 2008 21:57
Add this line in conf/_advanced.php $cookie_domain = '.myseda.com';
And comment out or delete the following.
if( strpos($basehost, '.') === false )
{ // localhost or windows machine name:
$cookie_domain = '';
}
elseif( preg_match( '~^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$~i', $basehost ) )
{ // Use the basehost as it is:
$cookie_domain = $basehost;
}
else
{
$cookie_domain = preg_replace( '/^(www\. )? (.+)$/xi', '.$2', $basehost );
// When hosting multiple domains (not just subdomains) on a single instance of b2evo,
// you may want to try this:
// $cookie_domain = '.'.$_SERVER['HTTP_HOST'];
// or this: -- Have a cookie domain of 2 levels only, base on current basehost.
// $cookie_domain = preg_replace( '/^( .* \. )? (.+? \. .+? )$/xi', '.$2', $basehost );
// fp> pb with domains like .co.uk !?
}
Use this $baseurl
$baseurl = 'http://www.myseda.com/voice/';
Good luck
4 sachin Oct 31, 2008 04:46
thank you
i did change as you said but still having some problem. improved alot now, i can jump around the blogs in the admin. but when i preview my post i can not see the content and after changing the skin i will be out of admin. if i go back (clicking on back tab on the browser) i can work in admin, i do not have to login again. in the admin i have set the url to
http://med.myseda.com/blogname.php
.
i am posting cookies from _advanced. if there is anything to be changed plz let me know