Re: [PHP] 404 Redirection

2002-01-15 Thread FiShcAkE
Thanks Mike, I think that is what I want to do, i'll give it a go Thanks Lee :-) Mike Cullerton [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... on 1/13/02 6:07 AM, FiShcAkE at [EMAIL PROTECTED] wrote: Try that again, without pressing ctrl-enter this time!!

[PHP] 404 Redirection

2002-01-13 Thread FiShcAkE
Hey people, Probably a quick and simple question, but if I have the usuall in my script: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP] 404 Redirection

2002-01-13 Thread FiShcAkE
Try that again, without pressing ctrl-enter this time!! As I said, I have got the usual script: ? if(isset($action)) { $include = $action; } else { $include = home; } include($include. .inc); ? but, how do I put in a custom error page instead of seeing: Warning: Unable to access

Re: [PHP] 404 Redirection

2002-01-13 Thread mike cullerton
on 1/13/02 6:07 AM, FiShcAkE at [EMAIL PROTECTED] wrote: Try that again, without pressing ctrl-enter this time!! As I said, I have got the usual script: ? if(isset($action)) { $include = $action; } else { $include = home; } include($include. .inc); ? but, how do I put in a