This is what I have done so far. I have changed my hosts (on a client machine) file to reference the ip address of the server... such as
165.240.xxx.yyy ramsnew
165.240.xxx.yyy pmgnew
The two ip addresses are the same because it's the same server.
I have changed the httpd.conf file to include the following...
<VirtualHost *>
ServerName ramsnew
DocumentRoot
ErrorLog logs/ramsnew-error_log
CustomLog logs/ramsnew-access_log common
</VirtualHost>
<VirtualHost *>
ServerName pmgnew
DocumentRoot
ErrorLog logs/pmgnew-error_log
CustomLog logs/pmgnew-access_log common
</VirtualHost>
and I have created a
under Apache2 and then a ramsnew directory and a pmgnew directory under the
I have created a test.htm file in the ramsnew directory and one in the pmgnew directory so I know if it works or not.
I have restarted Apache.
When I enter
I get the correct html page, but when I type in
I get the same page. @#$%^
It shouldn't matter that both htm pages are called test.htm should it? What am I doing wrong?
Ladyhawk.
![[idea] [idea] [idea]](/data/assets/smilies/idea.gif)
** ASP/VB/Java Programmer **