white screen after creating new site (newbie alert) :-)
-
Hello!
I’m new to setting up a network, but I’ve combed through the codex and everything I could find.
My site is a local business finder site, and I want to use the multisite network so I can run multiple cities without having to build a new site for each city.
My main site is site.com and I want different cities as sub directories. such as site.com/raleigh and site.com/durham ect.
I’ve set up the network, set up wildcard domain with bluehost, my mod_rewrite is running correctly. My config is set up ( I think to allow sub directory as opposed to sub domain )define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); $base = '/'; define('DOMAIN_CURRENT_SITE', 'freeclubfinder.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);
When I add a new site, I either get a white screen or I get the default bluehost page. In my dashboard I get the normal screen with a red alert saying there is not themes or there is no theme file and to check installation. I am now getting redirect errors as well.
So now I’m not sure where to troubleshoot? Is the the wildcard? And this may be a dumb question, but shouldn’t I see a file in my cPanel for the new domain? I don’t see anything there. I am assuming that WP is not getting loaded onto the new network site?
I’d love help or someone pointing me to what I’m doing wrong.
Thanks in advance for your time!
- The topic ‘white screen after creating new site (newbie alert) :-)’ is closed to new replies.