Multisite Site URL's include base URL. Help
-
Have been developing a wordpress multisite install on Rackspace with a subfolder installation
The sites were been built BEFORE the domains were changed to point to the base site IP address.
Any given site had the URL structure http://base_site.com/domainname/
I am not moving the site or changing the base domain name just trying to get the multisite ‘sites’ to have the correct permalink/URL structure.
Now when ready to go live with the sites, the A records have been pointed to the base_site IP address and domain mapping is working just fine, the home page is coming up and all is well.
Having one issue (so far) in that the links generated by wordpress menus are still showing the http://base_site.com/domainname/ structure.
When I look at permalinks in the admin they also have this structure. Obviously we would like them all to be just http://www.domainname.com. Have tried massaging site paths under ‘sites’ in the super admin including domain & path and site URL under the settings tab but cannot get links to update. Am aware that there may be some database work to be done here but would like to find out first what need updating.multisite code from wp-config:
/* Multisite */ define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); $base = '/'; define('DOMAIN_CURRENT_SITE', 'base_site.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);Have created a multisite install before but the DNS was updated before the sites were configured so permalinks were already set.
Any help greatly appreciated.
A
The topic ‘Multisite Site URL's include base URL. Help’ is closed to new replies.