Jump to content

Recommended Posts

Posted

Something like the following will redirect to where you want them to go:

 

<HTML>

<HEAD>

<TITLE>HTML REDIRECT</TITLE>

<META HTTP-EQUIV="REFRESH" CONTENT="3; URL=http://www.yoursite.com/subdirectory">

</HEAD>

<HR>

<P>

<H2>This page has moved.</H2>

 

<P>The pages you want are at <A HREF="http://www.yoursite.com/subdirectory">http://http://www.yoursite.com/subdirectory</A>.

<P>If your web browser supports it, you should be auto-forwarded to it in 3 seconds.

 

<P>Thank You

</HTML>

 

 

Just change the text to suit you. You can change the 3 to any number you want as a delay.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...