[Apache2] Only my first vhost is working
NameVirtualHost *:80
<directory>Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all</directory>
<virtualhost *:80="">ServerName fatal-error.ws
ServerAlias www.fatal-error.ws
DocumentRoot /home/vhosts/fatal-error.ws/</virtualhost>
<virtualhost *:80="">ServerName 7prox.info
ServerAlias www.7prox.info
DocumentRoot /home/vhosts/7prox.info/</virtualhost>
<virtualhost *:80="">ServerName lagnet.org
ServerAlias www.lagnet.org
DocumentRoot /home/vhosts/lagnet.org/</virtualhost>
3 Replies
Did you restart Apache after editing the configuration file?
Now I'm getting forbidden errors across all my domains though?
EDIT: Ugh, I got it. When I moved my index.htm file I accidentally renamed it to "inde.htm." Haha, thank you for your help Sweh.