Forum Moderators: open

Message Too Old, No Replies

Simple URL cloaking..

         

jarany

1:37 am on Jan 5, 2001 (gmt 0)



I'm looking for a simple solution to a small issue. I have a mail server running at [mydomain.com:3000...] and this works fine. I added a forwarding directory in IIS 5 to automaticaly go to the above address when someone types [mydomain.com...] and this works fine. But then the user see's the whole name with the port 3000. I'm wondering if a simple java script or server side script could keep it so it just shows [mydomain.com...] ... Thanks..

littleman

2:11 am on Jan 5, 2001 (gmt 0)



Hi Jarany.

Welcome to our little hangout!

Why not just put a 100% frame at [mydomain.com...] which will call [mydomain.com:3000?...] It'd be simple enough
to do, and pretty much headache free.