I'm hosting multiple sites on my IIS6 server.  I already have a site on port 443.  I've got this new nopCommerce site hosted with SSL on port 447.  I need to use SSL for checkout, being that I collect credit card numbers.

I have usessl turned on in the web.config.  Is there a way for me to specify the secure and non-secure urls as follows:

http://shop.mysite.com
https://shop.mysite.com:447

I'm new to Nop, but I have done several minor code changes.  I updated the FirstData payment processor to work with nop 1.90 yesterday.  If there's a place in Nop_common or in URL re-writing that you could point me to, that would be wonderful.

ps... I want to be able to send people to my site by telling them to go to shop.mysite.com.  Having to specify port 447 is asking for trouble.

Thanks a Ton!

Spencer