Re: Links to blog is wrong, contains “base” instead of “/”
johnjamesjacoby – you got it man.. it was in the wp-config
changed from
$base = ‘base’;
changed to
$base = ‘/’;
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
define(‘VHOST’, ‘no’);
$base = ‘/’;
define(‘DOMAIN_CURRENT_SITE’, ‘bigkill.com’ );
define(‘PATH_CURRENT_SITE’, ‘/’ );
define(‘BLOGID_CURRENT_SITE’, ‘1’ );
but now that I can see the blog it appears that the theme doesn’t get applied http://bigkill.com/foundonweb/
time to open a new post