|
google for mod_rewrite which is what you are looking for (there are examples in the apache manual)
or if you were using PHP or similar you could utilise the $_SERVER['PATH_INFO'] variable to do similar which is probably less of a resource sucker than mod_rewrite
__________________
resistance is...
MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
|