Hi there, ive got an .htaccess file
ErrorDocument 400 /error/400.php
ErrorDocument 403 /error/403.php
ErrorDocument 404 /error/404.php
ErrorDocument 500 /error/500.php
placed in the root of my site.
I have the 4 files mentioned in the htaccess in a map /error/ also on the server
On a linux server this works like a charm...
But on my windows box it wont...
I figured it has something to do with filextensions need to be registered or something, and the httpd.conf of apache said something about registry, but its not very clear on how to enable the stuff...
at file extensions i tried adding the extension htaccess and let it open by apache... but that wont work 🙁
Anyone has ideas?
my server is windows2k sp4 / apache / php / mysql.
Thanks in advance!😃