redirect at other link page
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
"artev" <mailnotspammm [at] notspamm.nn> wrote in message
news:6zawxvfa00eb$.1qat10kstflr0.dlg [at] 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
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