Thank you all for the replies so far, but this is getting more complicated that 
I was expecting.

I did have another option using javascript though, but I didn't want to 
implement it because I don't know if search engines will penalize you to have 
this type of redirect done like this.

Here is my code in index.cfm:
<html>
<body>
<script type="text/javascript">
if (document.URL=="www.abc.com" || document.URL=="www.xyz.com")
        window.location.href='http://www.myfinalsite.com/NIhits.html';
else
        window.location.href='http://www.myfinalsite.com/index.shtml';

</script>
</body>
</html> 

NIhist.html has another redirect:
<html>
<head>
<script type="text/javascript">
window.location.href='http://www.myfinalsite.com/index.shtml';
</script>
</head>

Having this other page NIhits.html, I can utilize the page statistic from my 
hostsite, and see the statcs from users keying one web site or the other.

If you see this is a poorly way to way to implement this let me know, with your 
suggestions of course,and if the search engines could penalize you for doing 
this.

Thanks 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326556
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to