Multiple Wordpress Sites Installations do not work

I’ve tried installing EasyEngine and after the installation, I also installed site1.com successfully using the command "sudo ee site create site1.com --wp. After such installation, I immediately installed another site called site2.com using sudo ee site create site2.com --wp. But, only one is working. I cannot access site2.com. It’s empty when I viewed the Source Code.

Do I have to configure a file so that the two websites working?

Have you tried to enable you second site, using:

ee site enable site2.com

…commands available at: http://docs.rtcamp.com/easyengine/commands/

1 Like

I already did this before but to no luck.

Does site2.com show up in:

/var/www

…and is it located in both:

/etc/nginx/sites-available

…and:

/etc/nginx/sites-enabled

???

Hi @proffsg

Please provide us with the ee log at /var/log/ee/ee.log. EasyEngine is already tested with multiple site creation.And there hasn’t been an issue that you report here.

Thanks,

Site2.com is present at /var/www, /etc/nginx/sites-available/site2.com and /etc/nginx/sites-enabled/site2.com.

But, /etc/nginx/sites-available and /etc/nginx/sites-enabled when accessed are just blank and no code whatsoever.

/var/log/ee/ee.log: line 1: syntax error near unexpected token (' /var/log/ee/ee.log: line 1:2015-08-10 21:12:15,343 (DEBUG) ee : logging initialized for ‘ee’ using LoggingLogHandler’

Do i have to nano /var/log/ee/ee.log? The text is too long.