this is what i got in the config file.
define( ‘MULTISITE’, true );
define(‘WP_ALLOW_MULTISITE’, true);
define(‘VHOST’, ‘no’);
$base = ‘/’;
define(‘DOMAIN_CURRENT_SITE’, ‘gottabmine.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
define(‘WP_ALLOW_REPAIR’, true);
i did a fresh install and i get this error now.
Parse error: syntax error, unexpected T_STRING in /home/wheeler3/public_html/blog/wp-config.php on line 4
These are the first lines in the config file right after @package wordpress.