|
|
|
|
|
|
|
|
Re: how do I create a redirect in a php file [message #21886 is a reply to message #7275] |
Sat, 25 December 2004 06:23 |
phpistasty
Messages: 2 Registered: December 2004 Location: e-ville In
Karma: 0
|
Junior Member |
|
|
keep in mind that you can do this with php - it is server side, but put it at the top , to modify the header it has to come up before anything is sent back to the browser - probably your best bet since <meta > isn't fullproof - and most things i've seen which talk about meta refreshes say not to use it as a permanent redirect - .htaccess files work to , because you can still have the browser show the old path - but it actually references a different document , look for mod_rewrite on google
smldb:200k+
|
|
|