资 源 简 介
This project has moved to GitHub : http://github.com/jeromer/modurlalias
This module maps nice URLs to your favorite webapp system or script.
Current problematic
You want nice URLs to get better SEO, so you create URLs like http://www.example.com/My-Great-News
If you want to use mod_rewrite, you have to set an identifier in the URL so the targeted script can easily fetch the URL"s real contents, this would give something like :
http://www.example.com/My-Great-News-123456
http://www.example.com/2009/04/09/xxx/yyy/My-Great-News
...
Whatever the method you choose you have to use an identifier which makes the URL not as clean as it is supposed to be.
If you do not want to keep an identifier, then you often have to write you own mapping system, in your favorite programming language.
This is what this module is made for, providing a generic mapping system embedded into Apache. Whenever a