MMA Underground Forums

question for web builder guys

I just bought a domain name.  I dont want a webpage for it - i just want it to redirect to my existing business webpage when people type it in.  Is this tough to do?  Can anyone walk me through the process?  Thanks!

http://www.brighthub.com/internet/web-development/articles/86195.aspx

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>

<head>

<title>Page Auto Redirect</title>

<meta http-equiv="refresh" content ="1; url=http://www.matbattle.com">

</head>

<body>

This is an auto redirect page.

</body>

</html>

 


Whoops, I think I'm in the wrong thread. Phone Post 3.0

Where did you buy it from?  I know with godaddy, you can go in to the domain manager and there is a section for "redirects".  You select 301 permanent redirect and type in the URL and you are done.

Sounds like just a redirect?

Wouldn't you just park the domain in your hosting account?

In for knowledge.

It's fairly easy and quick. Any web dev can handle this so you can read some articles and do it yourself or hire someone. The guy my wife hired got it working same day. Unfortunately the next week our computer was held hostage by chinese hackers and her SSN was used to legally adopt a grown ethiopian hocidic man. We're divorced now, she got the kids. Choose wisely. Phone Post 3.0

Chimonos Revenge - Sounds like just a redirect?


yep thats it.



its with namecheap.  Maybe Ill email them and see if there is an easy solution here.  Thanks. 

looks like namecheap has a mechanism for this thanks for the help guys