if you have php enabled on your server, you could do it that way. But if you want just the electrimate.com visitors to be redirected, make a file (lets call it index.html) and place the following code in it:
Code:
<html>
<head>
<meta http-equiv="redirect" content="0; url=http://www.bayoucables.com">
</head>
<body>
If you are not redirected automatically, click <a href="http://www.bayoucables.com">here</a>.
</body>
</html>
Just put this on the site electrimate.com and not bayoucables.com.
Hope this helps.
Bookmarks