okay I got virtual host to work finally and I have posted the site, but the images don't show up... I have the images in a folder called "images" in my folder /home/myfolder. If I place an image in /home/myfolder the image shows up.... but it doesn't look like its looking in the images folder for the images..
<VirtualHost 66.61.97.118>
# ServerAdmin webmaster@host.some_domain.com
DocumentRoot /home/mcweb
ServerName ServerAlias # ErrorLog logs/host.some_domain.com-error_log
# CustomLog logs/host.some_domain.com-access_log common
</VirtualHost>
can someone tell me what I am missing? Thanks Link
<VirtualHost 66.61.97.118>
# ServerAdmin webmaster@host.some_domain.com
DocumentRoot /home/mcweb
ServerName ServerAlias # ErrorLog logs/host.some_domain.com-error_log
# CustomLog logs/host.some_domain.com-access_log common
</VirtualHost>
can someone tell me what I am missing? Thanks Link