how to make an adress go to a different adress

sethalbritton

New Member
I want to make megan and seth photography.com go to monroenightlife.com.

what I mean is when you type in meganandsethphotography it will take you to monroenightlife.com

is this possible and how?
 

LouTheDesigner

New Member
Yup,

This will work:

<html>
<head>
<title>Professional Photography | Megan Engeseth Photography</title>
<meta http-equiv="refresh" content="0;url=http://monroenightlife.com">
</head>
<body>
<p>Redirecting...</p>
</body>
</html>


Just take that code and paste it into the index.html file on (www.meganengesethphotography.com)

-Lou
 
Top