Hi,
car.nhf.nhc URL name registered in DNS.
I configured virtual host as
<VirtualHost 10.30.21.59:80>
ServerName car.nhf.nhc
DocumentRoot /local/apps/apache/httpd-2.2.16/htdocs
<IfModule mod_weblogic.c>
<Location /srweb>
SetHandler weblogic-handler
WebLogicCluster hostname:2123
</Location>
</IfModule>
</VirtualHost>
When i hit car.nhf.nhc/login/login.htm am able to see login page.
But requirement is when i enter car.com able to see same login page.
Please suggest me.
Thanks

Reply With Quote