RE: [PHP] Maybe OT but I was wondering....

2002-01-13 Thread Boaz Yahav
]] Sent: Tuesday, January 08, 2002 10:37 PM To: [EMAIL PROTECTED] Subject: [PHP] Maybe OT but I was wondering I am trying to set up a completely dynamic site using php and a mysql backend. I am trying to find somewhere that I can identify a custom 404 error page and then pull the page based on

RE: [PHP] Maybe OT but I was wondering....

2002-01-08 Thread Maciej Uhlig
read http://shat.net/php/404/ as an example then do your page... Maciek > -Original Message- > From: Ben Turner [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 08, 2002 9:37 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Maybe OT but I was wondering > > >

Re: [PHP] Maybe OT but I was wondering....

2002-01-08 Thread Richard Crawford
I believe that this is something you actually set in your webserver. Which webserver are you running? Check out the documentation for that. Ben Turner wrote: > I am trying to set up a completely dynamic site using php and a mysql > backend. I am trying to find somewhere that I can identify a

[PHP] Maybe OT but I was wondering....

2002-01-08 Thread Ben Turner
I am trying to set up a completely dynamic site using php and a mysql backend. I am trying to find somewhere that I can identify a custom 404 error page and then pull the page based on the document directory. Problem is, is this even possible in PHP? I haven't found too much related to custom 4