I have Windows based configuration so I didn’t changed the .htaccess file. I only replaced the code of wp-config.php file with the code given in the first text box of network setup. By the way it says:
Dear User,
Your new SITE_NAME site has been successfully set up at:
BLOG_URL
You can log in to the administrator account with the following information:
Username: USERNAME
Password: PASSWORD
Log in here: BLOG_URLwp-login.php
We hope you enjoy your new site. Thanks!
–The Team @ SITE_NAME
can you please tell me now how I can go to the dashboard of my newly created site and visit it?
I’ve been suffering from the same problem while I was working on my project but guys believe me It’s damn simple. Just have to do two things:
1) go to admin-hooks.php and in line number 160 write these two lines:
$query_context = new stdClass();
$query_context->context = array();
2) install woo-commerce and we are done.
at least in my case these two steps was enough and wootique worked perfectly.