|
Posted by Michael Fesser on 06/16/07 13:17
..oO(Sebastiaan 'CrashandDie' Lauwers)
>So why, oh why, instead of playing ping pong with header requests, don't
>you guys learn to properly use redirects ?
header('Location: ...'); is a redirect.
>header ("Location:") is waaay overrated
Not if you know what it does and how to properly use it.
>just include the correct file,
>and you'll be fine, and if you're not, you coded the website like an
>idiot...
If he wants to redirect some old URLs for example then just including
"the correct file" doesn't help much.
But in fact the OP didn't gave enough clear informations about what he
really wants to do. There might also be better ways using .htaccess
mechanisms.
Micha
[Back to original message]
|