> Having read quite a bit on-line, I am interested in trying to "trap" URLs > sent to my site so I can process the request and respond without > neccessarily having a "real" page to serve. If this makes any sense, how do > I do it? Because I expect that apache (in my case) would not like a URL that > contains extra directories/files and would reject it.
Try looking at apache mod_rewrite and see if that will work for you...i have used it to do url rewrites for me and have a main php page handle the requests. -- BigDog -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php