Report this

What is the reason for this report?

Single Click WordPress Image How to Setup Multiple Domain ?

Posted on November 4, 2014

Hello Sir,

i have Duplicated Apache Virtual Host Configuration file which is 00-defualt.cnf cannot run this command through command line sudo cp default FirstSite sudo cp default SecondSite i did this setting through WinSCP. still this is not working Please Help me.

i have installed Single Click WP Image. the issue is i have added one more domain on this Droplet. using this Tutorial. https://www.digitalocean.com/community/questions/multiple-wordpress-installations-on-single-droplet-one-click-install



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I have same issue. I also have tried what you suggest but the result is same. I can’t access new domain that i want to register with.

Anyone can help me solve this issue ?

It looks like you might be following this tutorial to setup multiple WordPress sites. That was originally written for Ubuntu 12.04, but the WordPress One-Click app is based on Ubuntu 14.04. On that version of Ubuntu the Apache config file default was renamed to 000-default.conf Also, all Apache config files should end with .conf now. So the section that tutorial where you copy the file would now look something like:

cd /etc/apache2/sites-available/
cp 000-default.conf FirstSite.conf
cp 000-default.conf SecondSite.conf
# Edit your domain names
a2dissite 000-default.conf
a2ensite FirstSite.conf
a2ensite SecondSite.conf

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.