I am trying to install multisite but as soon as I add the codex required code to w-config I cannot load anything.
Priot to adding this I can get into admin and see patbell.co.uk the default setup site
Above the 'thats all line'I am adding
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
define('DOMAIN_CURRENT_SITE', 'patbell.co.uk');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
Adding this stops anything from working.
Clicking admin tells me
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
the address url is http://patbell.co.uk/wp-signup.php?new=patbell.co.uk
If it helps I do have my subdomains setup and wordpress is installed in public_html below which are all the wordpress folders and my subdomain folders.