This is a question that I have searched but all the subjects that I found are related to moving content but that's not exacly what I'm looking for. I have a blog that has a translator plugin that will add the translation language as a folder making the url like muiomuio.net/en/ Is there anyway to when someone visits muiomuio.net/en/ will be redirected to en.muiomuio.net? The question is that the content is not on a different folder it's just translated. There is no "en" folder. is there a way to achieve this?
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^(.*)muiomuio.net [NC] RewriteRule ^(.*)$ http://$1.muiomuio.net/ [R=301,L] use that .htaccess