CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Apache configuration (http://www.codingforums.com/forumdisplay.php?f=69)
-   -   htaccess and error documents (http://www.codingforums.com/showthread.php?t=26625)

piz 09-20-2003 03:45 PM

htaccess and error documents
 
Hi,

I am trying to say my apache in a .htaccess file which document to open on a 404 error.

I put this in my htaccess:

ErrorDocument 404 /index.php

The Apache seems to read it, but he gives me an error:

The requested URL /dir/file was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

My Apache Version:
Apache/2.0.47 (Win32) PHP/4.3.1

Why don't he open the index.php and gives me this error?

Thx for any help.

Saludo
piz

piz 09-20-2003 09:13 PM

Ok, thx - i managed it.
I didn't take the root of my server, only the path to the directory where i was working in, relative from the htaccess file.
It seems you can't write relative paths in the htaccess...

Greetz
piz


All times are GMT +1. The time now is 12:22 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.