Problem Using PHP for Server Files Redirect
From: JDJones (seebelow_at_sprynet.com)
Date: 11/13/03
- Next message: MP: "php sql insert error - stumped!"
- Previous message: Matty: "Re: ">""
- Next in thread: Michael Fuhr: "Re: Problem Using PHP for Server Files Redirect"
- Reply: Michael Fuhr: "Re: Problem Using PHP for Server Files Redirect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 13 Nov 2003 03:08:24 GMT
We are trying to set up a PHP page to handle server requests for
individual web pages that we are moving to a new server. The part that
complicates this procedure is that the files will not be mirrored on the
new server. Instead many will be residing in new directories and
subdirectories than they were in on the old server.
What we wanted to do was when someone requested a specific page from our
old server, it would recognize the non-existent page and send it to the
redirect.php page that we created. That part works fine. Unfortunately,
PHP is unable to see what page originally was requested. I thought it
would see one page back, but it doesn't.
Is there any way to get the redirect.php to identify what the called for
page was so it can redirect it forward to the place the file resides in
on new server properly? I know this would be simple if this was from a
form but it's not.
Any suggestions would be appreciated.
- Next message: MP: "php sql insert error - stumped!"
- Previous message: Matty: "Re: ">""
- Next in thread: Michael Fuhr: "Re: Problem Using PHP for Server Files Redirect"
- Reply: Michael Fuhr: "Re: Problem Using PHP for Server Files Redirect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|