Old 21-05-2007, 13:22   #1 (permalink)
webhostingsrila
Registered User
 
Join Date: May 2007
Posts: 1
Send a message via AIM to webhostingsrila Send a message via MSN to webhostingsrila Send a message via Yahoo to webhostingsrila
html redirection!

does any body know good html/php redirection script?

thanks.

Email: hosting@webhostingsrilanka.com
AIM Chat: nthelp
  Reply With Quote
Old 21-05-2007, 13:34   #2 (permalink)
Paul
Junkie[scum]
 
Paul's Avatar
 
Join Date: Oct 2006
Location: location, location
Posts: 1,814
you could use htaccess?
  Reply With Quote
Old 21-05-2007, 13:41   #3 (permalink)
lmclaney
Senior Member
 
lmclaney's Avatar
 
Join Date: Mar 2007
Location: Oxford
Posts: 426
heres a javascript redirect if it helps:

Javascript Tutorial - Redirect
__________________
Please can somebody change my username?
  Reply With Quote
Old 21-05-2007, 13:45   #4 (permalink)
Paul
Junkie[scum]
 
Paul's Avatar
 
Join Date: Oct 2006
Location: location, location
Posts: 1,814
Quote:
Originally Posted by lmclaney
heres a javascript redirect if it helps:

Javascript Tutorial - Redirect
i would advise against this method. good to know it but seeing as some people may have JS turned off, if you can use a better solution you better go with it.

the htaccess is simple and effective
  Reply With Quote
Old 21-05-2007, 13:50   #5 (permalink)
lmclaney
Senior Member
 
lmclaney's Avatar
 
Join Date: Mar 2007
Location: Oxford
Posts: 426
Yeah I thought that too but it just a quick solution if nothing else works.
__________________
Please can somebody change my username?
  Reply With Quote
Old 21-05-2007, 14:31   #6 (permalink)
herkalees
Semantics, yay.
 
herkalees's Avatar
 
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,128
PHP Code:
<?php
header
("Location: http://www.example.com/"); /* Redirect browser */

/* Make sure that code below does not get executed when we redirect. */
exit;
?>
  Reply With Quote
Old 21-05-2007, 21:27   #7 (permalink)
wheedwacker
competitionmaster 2.0
 
wheedwacker's Avatar
 
Join Date: Oct 2006
Location: USA
Posts: 1,420
you could do a meta redirect
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8