Re: apache - how to redirect page not found

2004-10-03 Thread Chris Howells
On Sunday 03 October 2004 00:10, David Banning wrote: I notice on some web sites when you try to load a page that does not exist, it directs the users browser to another page. How do I set that up in apache? If you have PHP installed, you can use the following PHP code: ?php header(Location:

apache - how to redirect page not found

2004-10-02 Thread David Banning
I notice on some web sites when you try to load a page that does not exist, it directs the users browser to another page. How do I set that up in apache? -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: apache - how to redirect page not found

2004-10-02 Thread Emanuel Strobl
Am Sonntag, 3. Oktober 2004 01:10 schrieb David Banning: I notice on some web sites when you try to load a page that does not exist, it directs the users browser to another page. How do I set that up in apache? Three different methods: -Use .htaccess, I dont have a syntax example handy. -Use