[wp-trac] [WordPress Trac] #11965: Constant BLOGID_CURRENT_SITE not working
WordPress Trac
wp-trac at lists.automattic.com
Fri Jan 22 16:06:04 UTC 2010
#11965: Constant BLOGID_CURRENT_SITE not working
--------------------------+-------------------------------------------------
Reporter: edir | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Unassigned
Component: General | Version: 2.9.1
Severity: normal | Resolution:
Keywords: wpmu |
--------------------------+-------------------------------------------------
Changes (by edir):
* status: closed => reopened
* resolution: invalid =>
Comment:
Sorry to re-open, but I tested at many ways and it never works, even on a
clean instalation os MU.
My installation is using directories for the blogs, instead of sub-
domains.
The blogs:
{{{
ID 1 => /
ID 5 => /myblog/
}}}
The config:
{{{
define('DOMAIN_CURRENT_SITE', 'www.domain.com/' );
define('PATH_CURRENT_SITE', '/' );
define('SITE_ID_CURRENT_SITE', 1);
define('BLOGID_CURRENT_SITE', 5);
}}}
I don´t need to change DOMAIN_CURRENT_SITE, nothing happen when I change.
The PATH_CURRENT_SITE I can´t use like "/myblog/" because it affects the
access of all over the other blogs. It points the path to
"www.domain.com/myblog/otherblog" instead of "www.domain.com/otherblog"
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11965#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list