rh5.ex123.xyz or forum.ex123.xyz
rh5 to provide the files in /var/www/html
forum to provide the files in /var/www/mybb
I put the following into the httpd.conf
DocumentRoot /var/www/mybb
<Directory "/var/www/mybb">
allow from all
Options +Indexes
</Directory>
ServerName forum.ex123.xyz
</VirtualHost>
Problem is , entering forum.ex123.xyz or rh5.ex123.xyz both serve up the pages of forum.
How do I setup the configuration file so that the forum files only get served up if forum.ex123.xyz in the address in the URL ?