I want to hide page extensions like stackoverflow does. How does the following work?
http://stackoverflow.com/tags/foo http://stackoverflow.com/tags/bar
What you want is clean URLS and you can do it with apache and .htaccess . There may be a better way, but here's how I have been doing it:
http://evolt.org/Making_clean_URLs_with_Apache_and_PHP