thats'the problem, I'm trying to make a 404 handler for the site, and I added something like this:
Alias /prog/ "c:/path/"
ErrorDocument 404 /prog/404.php
but it returns the plain text, the php programming doesn't run and show up in the page's source code instead. What else I need to change to make it work?