How can I abstract the urls?

Abstraction url: www.domain.com/perl.pl at www.domain.com/perl

I read MIT Software Engineering for internet applications (specifically http://philip.greenspun.com/seia/basics ) and the author, Philip Grinspoon, mentions URL abstraction but doesn't seem to go into any implementation details ...

I am running Debian with Apache on localhost, fiddling with cgi bin and python. I'm interested in:

  • Do I have tools for an abstract url?
  • How should I do it?
+2


source to share


1 answer


Rewrite in .htaccess.



http://newmediarts.blogspot.com/2007/01/hide-file-extensions-in-urls-with.html

+3


source







All Articles