/ Published in: Apache
Rewrites "www.site.com/xyz" to "index.php?who=xyz"
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
RewriteEngine on RewriteRule ^([^/.]+)$ index.php?who=$1