Hi, I would like to rewrite several domains to from .example.com to www.example.com. I think the best way is to use a wild card. Too bad I suck at rewrite rules. Haha Can someone help me make the following work? if ($host != 'www.*.com') { rewrite ^/(.*)$ http://www.*.com/$1 permanent; } Regards, -Team AMP http://www.ampprod.com