.htaccess を使用した次のドメイン構造が必要です。
domain.com REWRITES TO Home Page (index.php)
www.domain.com REWRITES TO Home Page (index.php)
blog.domain.com REWRITES TO index.php?page=blog
*.domain.com REWRITES TO index.php?page=user&id=* (where * can be anything)
このようなものを作成する方法はありますか?