URL abstraction: www.domain.com/perl.pl to www.domain.com/perl
I am reading MIT's Software Engineering for Internet Applications (specifically, http://philip.greenspun.com/seia/basics ) and the author, Philip Greenspun, mentions URL abstraction but doesn't seem to go into any of the details of actually implementing it.
I'm running Debian with Apache on a localhost, messing around with cgi bin and python. I am wondering:
- Do I have the tools to abstract URLS?
- How do I do it?