jjalan wrote:
I am learning Apache HTTP Server and I was wondering what is the best
practice to map all the request valid or invalid to a single script on my
server.

We just:

ErrorDocument 404 /index.php

A cleaner solution would probably use mod_rewrite to just map everything to the location of your script.

Cheers,
Nicholas Sherlock


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to