![]() Preserved Topic: Redirecting w/Status Code 301 Returned (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: North Coast of America |
![]() I'm moving some stuff around my site and changing some filenames. I know how to redirect using http-equiv but I'd like something more elegant (so that I don't have to clutter the site with all the "old" filenames just to redirect) that will also inform robots/spiders that the redirection is permanent in the hope that they'll remove the old files from their indexes. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() brucew: If I understand correctly you may be looking for something like PHP's header function: |
Paranoid (IV) Inmate From: North Coast of America |
![]() Sorry Emps. Not using PHP. (I wanted to complete this project before I begin trying to learn it.) I understand where it would be confusing as this is the server-side scripting forum, but I didn't know where else to put the question. Let me rephrase it to make it clearer. |
Paranoid (IV) Inmate From: 127.0.0.1 |
![]() type this here you daft boy |
Paranoid (IV) Inmate From: North Coast of America |
![]() Thanks Pugzly! |
Paranoid (IV) Inmate From: North Coast of America |
![]() Ah ha! Works like a charm. Thanks! |