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
kind regards,
Nico
<html>
<head>
<meta http-equiv="Refresh"
content="0;url=http://www.new_url.com/forum/">
</head>
<body>
</body>
</html>