How can I have the following setup in apache?
http://server/ABC/* should be served by /var/www/ABC/*
http://server/PQR/* should be served by /var/www/PQR/*
Every other request should be served by /var/www/Others/index.php (a single file).
Thanks,
JP