Hi
I'm trying to host my joomla website on a server which already has IIS 6.0.
Most of my other websites are .Net 2.0 websites, which are already running on the same server.
So, I have installed apache and assigned port 81 to my website,
www.urlname.com. Now, the website runs with the URL
www.urlname.com:81.
However, I want my website to run on the URL
www.urlname.com and NOT
www.urlname.com:80. How can this be done. I tried creating a redirection in IIS by creating a website
www.urlname.com and redirecting it to
www.urlname.com:81. But that also does not remove the port number.
Can any one help me run my website without the port number.
Thanks
Chandresh