Okay.
I tried it then rebooted the server.
<VirtualHost *>
ServerName
www.originaldomain.com
DocumentRoot /usr/local/apache/htdocs
</VirtualHost>
<VirtualHost *>
ServerName
www.newdomain.com
DocumentRoot /usr/local/apache/htdocs/store
</VirtualHost>
After adding this I typed in the first domain name and it worked fine. Which is the original domain name for the server.
Here is the kicker.
When I type in the second domain name it takes me to the same location as the first domain name.
/usr/local/apache/htdocs
Could my problem have anything to do with the virtualhost directive in the SSL section below?
## SSL Virtual Host Context
##
<VirtualHost _default_:443>
# General setup for the virtual host
DocumentRoot "/usr/local/apache/htdocs"
ServerName
www.originaldomain.com
ServerAdmin
dave@originaldomain.com
ErrorLog /usr/local/apache/logs/ssl_error_log
TransferLog /usr/local/apache/logs/ssl_access_log
# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
SSLEngine on