Hi, how would you do URL masking with wildcards?
for example:
http://web.bxboy.com -->
http://home.bxboy.com:8080
http://web.bxboy.com/test -->
http://home.bxboy.com:8080/test
Note: home.bxboy.com is automatically updated each time my dynamic ip changes, so that's not a problem.
web.bxboy.com is a server at my work.
Thanks.