I am looking to create a .htaccess file on my website to allow me enter "username.domain.com" as the url and it redirects me to "http://domain.com/index.php?a=profile&u=username"
eg: "john.domain.com" redirects to "http://domain.com/index.php?a=profile&u=john"
Thanks