DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Mod_rewrite Sample
a simple sample
RewriteEngine On RewriteRule ^contest\/?([0-9]+) test.php?contest=$1





