how can i convert my users profiles URL to subDomain with htaccess
I tried used this code in htaccess but it's not work
Options +FollowSymLinks -MultiViews
# Turn mod_rewrite on
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^(iemg\.net)$ [NC]
RewriteRule ^ http://%1%{REQUEST_URI} [R=301,L]
Like : http://iemg.net/usersprofile.php?username=mohamed to http://mohamed.iemg.net