I have searched for this and have no answer at all, maybe I'm just a bad researcher. Anyway, this will be my first time working with a multi-site install.

I have a site www.domain.com and installed a (WordPress) blog at blog.domain.com using a single-install WP.

What I want to do is enable the multi-site using the sub-domain mapping except for the site(s) specified. For example, www.domain.com or subdomain.domain.com will not be a WordPress site. I already tried (even with .htaccess) and now it has a redirect loop even undoing all of the changes. This includes folders such as www.domain.com/folder1/, /folder2/, /folder3/.

I'm not really used with these problems so a little help would be appreciated.

link|improve this question
feedback

1 Answer

If you set up the * virtualhost in apache AFTER your DEFINED virtualhosts (blog.domain.com, etc..) then that * virtualhost will only go into action if none of the above rules are matched.

I believe....

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.