redirect at other link page
am 03.10.2007 03:19:20 von artev
by php which the fast solution for make redirection at homepage ?
Time ago read some solutions, but one most fast because not load
or not make a reload of itself page, not remember
exactly but was a solution more fast
Re: redirect at other link page
am 03.10.2007 03:49:11 von Steve
"artev" wrote in message
news:6zawxvfa00eb$.1qat10kstflr0.dlg@40tude.net...
> by php which the fast solution for make redirection at homepage ?
> Time ago read some solutions, but one most fast because not load
> or not make a reload of itself page, not remember
> exactly but was a solution more fast
header('location', 'your home page url here');
exit;
Re: redirect at other link page
am 03.10.2007 18:35:26 von Shion
artev wrote:
> by php which the fast solution for make redirection at homepage ?
> Time ago read some solutions, but one most fast because not load
> or not make a reload of itself page, not remember
> exactly but was a solution more fast
You use mod_rewrite and you never need to execute the php.
--
//Aho