/ Home \ | \ Subjects / |
15/02/2007 22:27 deliberatus: |
will the server gfo lo9ok for a 404error page by default, and if so what name should it have? Can I include a line in the config file to define what file to reaqd if a 404 error occurs? BTW, it is working fine for me as is, but i want to understand it`s possibilities better. |
16/02/2007 00:02 Max: |
Server have option "Error file. Full path to file or script that will be returned if requested file is not found" Direct your file there.
|
17/02/2007 23:38 deliberatus: |
Very good. Now could we see an example of the proper way to compose that entry in the config file? |
16/07/2007 22:35 jeebs98: |
Please? Another excellent suggestion!
|
17/07/2007 00:03 Max: |
It very easy: In config file line like this: error=c:\www\error.htm or error=c:\www\cgi-bin\error.exe |
22/01/2008 09:04 Runes: |
htaccess ErrorDocument 404 /index.php?action=404 OR ErrorDocument 404 /404.html* *(path 2 404.html) |