PDA

Click to See Complete Forum and Search --> : APACHE "file not found"


kurtsimons
Jan 31st, 2001, 07:11 AM
Where can I customize the file not found page to look like what I want it to look like?

Mark Sreeves
Feb 1st, 2001, 02:36 AM
Kurt

Have you looked into it at all yet?

it looks like you have to set
ErrorDocument 404
in httpd.conf (remove the # and make sure the missing .html file exists)


I've just tried this but it looks like I might have to re-boot to get it to work (I'll try later)

sachink
Feb 1st, 2001, 03:32 AM
Hi
U can do so in the following way:
In ur IIS manager, on the default web site option right click and choose the property option.
This will disply a large number of tabs .Use the Custom errors tab.There for error 404 Click on Edit Properties button.There u can specify a file which will show up on 404 error which is page not found. Choose a name of ur own liking and keep this file in place.
Stop ur iis service and then restart it
This should show the page ur wanted.
regards
Sachin

Mark Sreeves
Feb 1st, 2001, 03:40 AM
sachink
Apache is Apache NOT IIS!

sachink
Feb 1st, 2001, 03:44 AM
extremely sorry abt that one...didint notice that u needed the help for Apache......
Wait lemme check out...Wil get back on this one
Regards
Sachin

kurtsimons
Feb 1st, 2001, 07:08 AM
thanks much

I don't know how I missed it
I look through the whole damn thing.

msdnexpert
Feb 3rd, 2001, 10:28 PM
Dear kurtsimons,
Apache has a config file httpd.conf where you have to make all the configuration settings. I think you have to make the setting in that file.