Hi.
I set my Wordpress MU for show blogs in one virtual directory such as:
http://infovix.net/revista
http://infovix.net/ganhefacil
But I was like that http://infovix.net/ganhefacil also open through redirect subdomain http://ganhefacil.infovix.net
Already config this redirect for the subdomain in my cpanel, and my .htaccess too, but not work:
# adicionar o subdominio ganhefacil
RewriteCond %{HTTP_HOST} ganhefacil.infovix.net
RewriteCond %{REQUEST_URI} !ganhefacil/
RewriteRule ^(.*)$ ganhefacil/$1 [L]
Please help me, sorry for the mistakes, I not write very well in english.
Thanks.. Hugs..