Return to Snippet

Revision: 50499
at August 25, 2011 00:04 by chopbust


Initial Code
RewriteEngine  on
RewriteRule ^([^/.]+)$ index.php?who=$1

Initial URL


Initial Description
Rewrites "www.site.com/xyz" to "index.php?who=xyz"

Initial Title
Basic .htaccess Username switch

Initial Tags
htaccess

Initial Language
Apache