Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
How to forward a site??
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- How to forward a site??
How to forward a site??
27-10-2007 11:47 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hey, seeing as my attempt of loading a forum onto my webspace/site failed, I would like to link my site directly to a free one. On my other website I can simply enter where I want it to link to in userspace options or something.
So basically to sum up, can someone tell me how I can link www......co.uk to www.....bla bla.com or something! thanks
So basically to sum up, can someone tell me how I can link www......co.uk to www.....bla bla.com or something! thanks
Message 1 of 2
(1,531 Views)
1 REPLY 1
Re: How to forward a site??
28-10-2007 12:12 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If you use this code as your index.htm on the site you want people to be redirected from it will do the job change www.plus.net to your own site in 2 places. Changing the content=2 to a lower number speed it up.
Other than that you would have to change the dns setting some hosting companies have a setting to do this for you but the page will work great and it seasy
<html>
<head>
<title>A web page that points a browser to a different page after 2 seconds</title>
<meta http-equiv="refresh" content="2; URL=http://www.plus.net">
<meta name="keywords" content="automatic redirection">
</head>
<body>
If your browser doesn't automatically go there within a few seconds,
you may want to go to
<a href="http://www.plus.net">the destination</a>
manually.
</body>
</html>
Other than that you would have to change the dns setting some hosting companies have a setting to do this for you but the page will work great and it seasy
<html>
<head>
<title>A web page that points a browser to a different page after 2 seconds</title>
<meta http-equiv="refresh" content="2; URL=http://www.plus.net">
<meta name="keywords" content="automatic redirection">
</head>
<body>
If your browser doesn't automatically go there within a few seconds,
you may want to go to
<a href="http://www.plus.net">the destination</a>
manually.
</body>
</html>
Message 2 of 2
(186 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- How to forward a site??