I have a multisite setup like this:
main site:mysite.com
subsites: mysite.com/site1, mysite.com/site2, etc.

My site also has a mobile site with the url m.mysite.com set up in the DNS. When I enter m.mysite.com/site1, it resolves to m.mysite.com.

My multisite configuration is a simple one, as outlined here in the first half of the post.

Do I need some special Apache configuration?

I was referred to the domain access module, but that is for subsites with a single shared database: my subsites have their own dbs.

thanks

mrweaver

Comments

vm’s picture

Likely going to want to look into apache rewrites in .htaccess to forward traffic. Google should aid here.