Edit and put this in your .htaccess file
RewriteRule ^([a-zA-Z0-9]+)/$ yourpage.php?lang=$1 [L]
works like yoursite.com/[lang]/
You can do it like this and all vars will be passed allong too
RewriteRule ^([a-zA-Z0-9]+)/$ yourpage.php?lang=$1%{QUERY_STRING} [L]
__________________
Affiliate Manager
|