Quote from: tacopill on January 24, 2012, 04:06:59 AMQuote from: Moydow on January 23, 2012, 12:59:22 PMQuoteLooks like you're having a bit of a problem there. However, if I remove the "www", http://seiwanetwork.org/ works.
It works!
This is the default web page for this server.
The web server software is running but no
content has been added, yet.
do you happen to know how to fix that?
You need to edit the Virtual Host file for seiwanetwork.org
Assuming you created them like I think you did you should be able to do:
Code Select
nano /etc/apache2/sites-available/seiwanetwork.org
Add
Code Select
ServerAlias www.seiwanetwork.org
After
Code Select
ServerName seiwanetwork.org
Then save (reminder below):
Code Select
CTRL + X
Y
Enter
Code Select
/etc/init.d/apache2 reload
Done