timur Posted April 14, 2003 Posted April 14, 2003 how can i redirect? for example i want this http://www.theent.com/T.H.E.%20Entertainment.html to redirect to www.theent.com>............. Quote
TCH-JimE Posted April 14, 2003 Posted April 14, 2003 Hi, Log into CPANEL, goto "redirects" under site management and type in the detials there. Or you could do a redirect within the HTML yourself. Jim Quote
timur Posted April 15, 2003 Author Posted April 15, 2003 oh thanks jim but how do i do redirect within HTML? i tried in cpanel but don't see to work Quote
TCH-Rick Posted April 15, 2003 Posted April 15, 2003 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. Quote
TCH-Rick Posted April 16, 2003 Posted April 16, 2003 Oops...nothing to see here...move along. (I accidently replied to the wrong post. ) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.