What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Redirecting Url

Redirecting Url
Author: Message:
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: Redirecting Url
quote:
Originally posted by John Anderton
<font face="verdana,tahoma,arial,helvetica" size="2">meta http-equiv="refresh" content="0;URL=http://www.krizon.freefronthost.com/" /</font>
:dodgy:

Just use Notepad and place the <meta> code in the <head> section. It doesn't have to be anything fancy...
code:
<html>
<head>
<title>Redirect</title>
<meta http-equiv="refresh" content="0;URL=http://www.krizon.freefronthost.com/" />
</head>
<body>
Redirecting to new URL...
</body>
</html>
quote:
Originally posted by John Anderton
Also can i do something if the user had bookmarked a different page (other than the index page, mentioned in edit above)
Are you allowed to use .htaccess files on this host? If so, place the following line in the file (if it doesn't exist, create it)...
code:
RedirectPermanent / http://www.krizon.freefronthost.com/
That should redirect any request for any page to the new URL.
01-31-2005 07:34 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Redirecting Url - by John Anderton on 01-31-2005 at 06:51 AM
RE: Redirecting Url - by L. Coyote on 01-31-2005 at 06:58 AM
RE: Redirecting Url - by John Anderton on 01-31-2005 at 07:05 AM
RE: Redirecting Url - by WDZ on 01-31-2005 at 07:34 AM
RE: Redirecting Url - by John Anderton on 01-31-2005 at 07:41 AM
RE: Redirecting Url - by Ezra on 01-31-2005 at 11:32 AM
RE: Redirecting Url - by segosa on 01-31-2005 at 01:59 PM
RE: Redirecting Url - by John Anderton on 01-31-2005 at 02:04 PM
RE: Redirecting Url - by WDZ on 01-31-2005 at 02:46 PM
RE: Redirecting Url - by John Anderton on 01-31-2005 at 04:26 PM
RE: Redirecting Url - by WDZ on 01-31-2005 at 04:33 PM
RE: Redirecting Url - by matty on 02-01-2005 at 12:09 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On