URL trapping help wanted

I have 2 URLs that point to the same IP address. Each URL has its own "site" index page. They are: Medieval World, USA at <!-- w --><a class="postlink" href="http://www.medievalworld.us">www.medievalworld.us</a><!-- w --> and Colorado Medieval Festival at <!-- w --><a class="postlink" href="http://www.coloradocastle.com">www.coloradocastle.com</a><!-- w -->. However the actual site for ColoradoCastle is <!-- w --><a class="postlink" href="http://www.medievalworld.us/coloradocastle/index.htm">www.medievalworld.us/coloradocastle/index.htm</a><!-- w -->. />
<br />
Is there a way to trap incomming calls for <!-- w --><a class="postlink" href="http://www.coloradocastle.com">www.coloradocastle.com</a><!-- w --> and direct them to the <!-- w --><a class="postlink" href="http://www.medievalworld.us/coloradocastle/index.htm">www.medievalworld.us/coloradocastle/index.htm</a><!-- w --> href from the root address?<br />
<br />
Any advice would be appreaciated. THANKS.<!--content-->I am a little confused. Do you just want a redirect? Or do you want to track it and see which referrer domain they are coming from?<!--content-->Originally posted by PeOfEo <br />
I am a little confused. Do you just want a redirect? Or do you want to track it and see which referrer domain they are coming from? <br />
<br />
Thanks for replying. What I am attempting to do is "trap" the requesting "URL?".<br />
<br />
When a remote browser 'asks' for "www.coloradocastle.com", it will point to "www.medievalworld.us" and I wish to redirect it to "www.medievalworld.us/coloradocastle/index.htm"<br />
<br />
I hope that I have explained it well. If you still have questions, please let me know. Roger<br />
You can check the differences below:<br />
<!-- m --><a class="postlink" href="http://www.medievalworld.us/coloradocastle/index.htm">http://www.medievalworld.us/coloradocastle/index.htm</a><!-- m --> <br />
<!-- m --><a class="postlink" href="http://www.medievalworld.us">http://www.medievalworld.us</a><!-- m --> (http://) <br />
If you have problems with the one above, use this one<br />
<!-- m --><a class="postlink" href="http://medievalworld.us">http://medievalworld.us</a><!-- m --> (http://)<!--content-->
 
Back
Top