Apache and Custom 404 pages

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Don Harrop
Date:  
Subject: Apache and Custom 404 pages
Did you try different pathing statements to missing.hmtl
    ex: -> ErrorDocument 404 missing.html
           ErrorDocument 404 /www/axs/missing.html


just a thought....

Don


On Thu, 31 Aug 2000 wrote:

>
> Yup.
>
> I actually got it to redirect a few times then it stopped again. It's
> weird.
>
> I can explicitly pull up the page.
>
>
> It looks OK. You did restart apache, right?
> Can you request that page explicitly?
>
> Michael J. Sheldon
> http://www.desertraven.com/
> Make a fast friend, adopt a greyhound!
>
>
> -----Original Message-----
> From:
> [mailto:plug-discuss-admin@lists.PLUG.phoenix.az.us]On Behalf Of
>
> Sent: Wednesday, August 30, 2000 16:52
> To:
> Subject: Apache and Custom 404 pages
>
>
> Hi everyone,
>
> I am having problems getting custom 404 pages to appear. We are using
> Virtual hosts and I have embedded the errordocument into the section as
> follows:
>
>
> <VirtualHost 172.122.0.215>
> DocumentRoot /www/axs/
> ServerName axs.noze.com
> ErrorDocument 404 /missing.html
> ErrorLog /www/logs/axs.error_log
> CustomLog /www/logs/axs.access_log combined
> </VirtualHost>