htaccess site
I decided to use javascript, but am still trying to figure out the redirection.
<script language="JavaScript1.2">
<!-- Begin
var str=(location.href)
var pos=str.indexOf("@")
if (pos >= 1)
//document.write ("found it");
location.replace = ("/members/daily.htm");
else
//document.write ("couldn't find it");
location.replace = ("/daily.htm");
// End -->
</script>
Thanks,
Kevin