redirect website

Status
Not open for further replies.

mirmilcycling

New Member
Messages
8
Reaction score
0
Points
0
Hello, I am building a new website and I would like to redirect this url to my new url. How can I do that?

kind regards,

Nico
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
If you are talking about the .be domain name that you added as a parked domain:

Your nameservers are set to ns4.combell.net and ns3.combell.net . They should be set to ns1.x10hosting.com and ns2.x10hosting.com OR you should change the records in the combell nameservers so they point to your server, boru.x10hosting.com

Currently there is a CNAME entry pointing your domain to ghs.google.com. That should be removed.
 

gomarc

Member
Messages
516
Reaction score
18
Points
18
If you want to redirect your visitors
From: www.old_url.com
To: www.new_url.com/forum/

you could also go to your index.html file in your www.old_url.com (probably in the public_html folder) and change it to:


HTML:
<html>
<head>

<meta http-equiv="Refresh"
content="0;url=http://www.new_url.com/forum/">

</head>
<body>
</body>
</html>
 
Status
Not open for further replies.
Top